Add vim-pio plugin, remove ccls from config
This commit is contained in:
parent
2e4688895b
commit
ee5c6e110c
1 changed files with 4 additions and 2 deletions
6
init.lua
6
init.lua
|
@ -159,7 +159,7 @@ local config = {
|
|||
-- }
|
||||
clangd = {
|
||||
capabilities = { offsetEncoding = "utf-8" },
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
@ -238,7 +238,9 @@ local config = {
|
|||
-- end,
|
||||
-- },
|
||||
{"github/copilot.vim"},
|
||||
{"puremourning/vimspector"}
|
||||
{"puremourning/vimspector"},
|
||||
{"lervag/vimtex"},
|
||||
{"jiriks74/vim-pio"},
|
||||
|
||||
-- We also support a key value style plugin definition similar to NvChad:
|
||||
-- ["ray-x/lsp_signature.nvim"] = {
|
||||
|
|
Loading…
Reference in a new issue