ccls is off idkwhy

This commit is contained in:
Zynh0722 2024-02-03 13:46:45 -08:00
parent a99a02c407
commit 4cf2aae99d

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" },
-- },
}