We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Install nvim-lspconfig according to the instructions in its README.
https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/ccls.lua has a built-in rule for ccls. You can customize initialization options with:
local lspconfig = require'lspconfig' lspconfig.ccls.setup { init_options = { cache = { directory = ".ccls-cache"; }; } }
There was an error while loading. Please reload this page.