Home

Awesome

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