Logo

index : proclist

---

  • summary
  • about
  • tree
  • log
  • branches
<< path: root/public/proclist.git/html/README.md blob: 4510dd196f8378030b3d464a98dbd5c9e6ca4e18 [raw] [clear marker]

        
0# Proc-List for Jai
1Shows all procedures, structs, or enums inside the current buffer and jumps to them.
2
3## Install & Setup
4```lua
5use {
6 "worstprgr/proclist", branch = 'stable',
7 config = function()
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
13 }) -- for *.jai files
14 end
15}
16```
17
18## Dev
19Using `make test` opens a new Neovim session without any plugins,
20except Netrw and this (local) plugin.
21
22
Copyright 2026  E766CB298A6D1E64 | Git-Thing heavily inspired by cgit