Add ccls support for colored symbols
This commit is contained in:
parent
5fd329dc7f
commit
43c1dc6d35
2 changed files with 82 additions and 36 deletions
|
|
@ -9,7 +9,13 @@ local servers = {
|
|||
basedpyright = {},
|
||||
lua_ls = {},
|
||||
clangd = {},
|
||||
ccls = {},
|
||||
ccls = {
|
||||
init_options = {
|
||||
highlight = {
|
||||
rainbow = 10,
|
||||
},
|
||||
},
|
||||
},
|
||||
-- jedi_language_server = {},
|
||||
nixd = {},
|
||||
nil_ls = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue