Skip to content

Lists procs, structs, and enums which you can jump to. (Codeberg Mirror)

License

Notifications You must be signed in to change notification settings

worstprgr/proclist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proc-List for Jai

Shows all procedures, structs, or enums inside the current buffer and jumps to them.

Install & Setup

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
}

Dev

Using make test opens a new Neovim session without any plugins, except Netrw and this (local) plugin.

About

Lists procs, structs, and enums which you can jump to. (Codeberg Mirror)

Topics

Resources

License

Stars

Watchers

Forks