ccls is off idkwhy
This commit is contained in:
parent
a99a02c407
commit
4cf2aae99d
1 changed files with 10 additions and 0 deletions
10
lua/plugins/ccls.lua
Normal file
10
lua/plugins/ccls.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
-- {
|
||||
-- "ranjithshegde/ccls.nvim",
|
||||
-- config = function()
|
||||
-- require("ccls").setup({ lsp = { use_defaults = true } })
|
||||
-- end,
|
||||
-- event = "VeryLazy",
|
||||
-- dependencies = { "nvim-lspconfig" },
|
||||
-- },
|
||||
}
|
Loading…
Reference in a new issue