diff options
Diffstat (limited to 'lua/nvim_lsp/ccls.lua')
| -rw-r--r-- | lua/nvim_lsp/ccls.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/nvim_lsp/ccls.lua b/lua/nvim_lsp/ccls.lua index 14e1f62c..3b0293f3 100644 --- a/lua/nvim_lsp/ccls.lua +++ b/lua/nvim_lsp/ccls.lua @@ -8,7 +8,6 @@ configs.ccls = { filetypes = {"c", "cpp", "objc", "objcpp"}; root_dir = util.root_pattern("compile_commands.json", "compile_flags.txt", ".git"); log_level = lsp.protocol.MessageType.Warning; - settings = {}; }; -- commands = {}; -- on_new_config = function(new_config) end; |
