✨ feat(nvim): enable codelens option for the lsp
This commit is contained in:
parent
98e196b669
commit
ed04371fb2
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ return {
|
||||||
inlay_hints = {
|
inlay_hints = {
|
||||||
enabled = nvim_0_10,
|
enabled = nvim_0_10,
|
||||||
},
|
},
|
||||||
|
codelens = {
|
||||||
|
enabled = nvim_0_10,
|
||||||
|
},
|
||||||
servers = {
|
servers = {
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue