diff options
Diffstat (limited to 'lua/nvim_lsp/ccls.lua')
| -rw-r--r-- | lua/nvim_lsp/ccls.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/nvim_lsp/ccls.lua b/lua/nvim_lsp/ccls.lua index 3b0293f3..4accfc98 100644 --- a/lua/nvim_lsp/ccls.lua +++ b/lua/nvim_lsp/ccls.lua @@ -1,13 +1,11 @@ local configs = require 'nvim_lsp/configs' local util = require 'nvim_lsp/util' -local lsp = vim.lsp configs.ccls = { default_config = util.utf8_config { cmd = {"ccls"}; filetypes = {"c", "cpp", "objc", "objcpp"}; root_dir = util.root_pattern("compile_commands.json", "compile_flags.txt", ".git"); - log_level = lsp.protocol.MessageType.Warning; }; -- commands = {}; -- on_new_config = function(new_config) end; |
