Logo

index : proclist

---

  • summary
  • about
  • tree
  • log
  • branches
<< path: root/public/proclist.git/html/dev/min.lua blob: 035e94d42562c30037424d4aa7461c9a2c0169ec [raw] [clear marker]

        
0-- minimal setup for testing
1
2vim.opt.runtimepath = {
3 vim.fn.expand("$VIMRUNTIME"),
4 vim.fn.getcwd(),
5}
6vim.o.swapfile = false
7vim.g.mapleader = " "
8vim.keymap.set("n", "<leader>pv", vim.cmd.Ex)
9vim.cmd("runtime! plugin/netrwPlugin.vim")
10require("proclist").setup({
11 proc_key = "<leader>q",
12 struct_key = "<leader>w",
13 enum_key = "<leader>e",
14 check_file_extension = true
15})
16
17
Copyright 2026  E766CB298A6D1E64 | Git-Thing heavily inspired by cgit