Just Midi
5f8478fd6f
+ added `<leader>p` mapping for paq to: + install + update + clean + added plugins directory * but not `require`d by default + updated README w/ paq install info
8 lines
156 B
Lua
8 lines
156 B
Lua
require "paq" {
|
|
"savq/paq-nvim"; -- Let Paq manage itself
|
|
|
|
"neovim/nvim-lspconfig";
|
|
"hrsh7th/nvim-compe";
|
|
|
|
--{"lervag/vimtex", opt=true};
|
|
}
|