# Proc-List for Jai Shows all procedures, structs, or enums inside the current buffer and jumps to them. ## Install & Setup ```lua use { "worstprgr/proclist", branch = 'stable', config = function() require("proclist").setup({ proc_key = "q", -- searches for procedures struct_key = "w", -- .. .. structs enum_key = "e", -- .. .. enums check_file_extension = true -- if true, it's only enabled }) -- for *.jai files end } ``` ## Dev Using `make test` opens a new Neovim session without any plugins, except Netrw and this (local) plugin.