Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 411 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 411 Bytes

bpftrace.vim

This vim plugin provides language support for bpftrace. Right now only syntax and indentation is supported, in the future more features might be added.

Installation

Install using your plugin manager of preference.

Using vim-plug

  1. Add Plug 'mmarchini/bpftrace.vim' to ~/.vimrc
  2. vim +PlugInstall