-- minimal setup for testing vim.opt.runtimepath = { vim.fn.expand("$VIMRUNTIME"), vim.fn.getcwd(), } vim.o.swapfile = false vim.g.mapleader = " " vim.keymap.set("n", "pv", vim.cmd.Ex) vim.cmd("runtime! plugin/netrwPlugin.vim") require("proclist").setup({ proc_key = "q", struct_key = "w", enum_key = "e", check_file_extension = true })