9 lines
156 B
Lua
9 lines
156 B
Lua
|
require "paq" {
|
||
|
"savq/paq-nvim"; -- Let Paq manage itself
|
||
|
|
||
|
"neovim/nvim-lspconfig";
|
||
|
"hrsh7th/nvim-compe";
|
||
|
|
||
|
--{"lervag/vimtex", opt=true};
|
||
|
}
|