nvim/lua/plugins/ccls.lua

11 lines
252 B
Lua
Raw Permalink Normal View History

2024-02-03 21:46:45 +00:00
return {
-- {
-- "ranjithshegde/ccls.nvim",
-- config = function()
-- require("ccls").setup({ lsp = { use_defaults = true } })
-- end,
-- event = "VeryLazy",
-- dependencies = { "nvim-lspconfig" },
-- },
}