<<
path:
root/public/proclist.git/html/README.md
blob: 4510dd196f8378030b3d464a98dbd5c9e6ca4e18
[raw]
[clear marker]
1Shows all procedures, structs, or enums inside the current buffer and jumps to them.
6 "worstprgr/proclist", branch = 'stable',
8 require("proclist").setup({
9 proc_key = "<leader>q", -- searches for procedures
10 struct_key = "<leader>w", -- .. .. structs
11 enum_key = "<leader>e", -- .. .. enums
12 check_file_extension = true -- if true, it's only enabled
19Using `make test` opens a new Neovim session without any plugins,
20except Netrw and this (local) plugin.