Shows all procedures, structs, or enums inside the current buffer and jumps to them.
use {
"worstprgr/proclist", branch = 'stable',
config = function()
require("proclist").setup({
proc_key = "<leader>q", -- searches for procedures
struct_key = "<leader>w", -- .. .. structs
enum_key = "<leader>e", -- .. .. enums
})
end
}Using make test opens a new Neovim session without any plugins,
except Netrw and this (local) plugin.