feat(nvim): enable codelens option for the lsp

This commit is contained in:
Sergio Laín 2024-03-07 21:47:55 +01:00
parent 98e196b669
commit ed04371fb2
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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 = {