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