ccls is off idkwhy

main
Zynh0722 2024-02-03 13:46:45 -08:00
parent a99a02c407
commit 4cf2aae99d
1 changed files with 10 additions and 0 deletions

10
lua/plugins/ccls.lua Normal file
View File

@ -0,0 +1,10 @@
return {
-- {
-- "ranjithshegde/ccls.nvim",
-- config = function()
-- require("ccls").setup({ lsp = { use_defaults = true } })
-- end,
-- event = "VeryLazy",
-- dependencies = { "nvim-lspconfig" },
-- },
}