Add ccls support for colored symbols

This commit is contained in:
Antoine Vaure 2025-02-02 20:16:20 +01:00
parent 5fd329dc7f
commit 43c1dc6d35
2 changed files with 82 additions and 36 deletions

View file

@ -9,7 +9,13 @@ local servers = {
basedpyright = {},
lua_ls = {},
clangd = {},
ccls = {},
ccls = {
init_options = {
highlight = {
rainbow = 10,
},
},
},
-- jedi_language_server = {},
nixd = {},
nil_ls = {},