fix(neovim): correctly configure inlay hints
This commit is contained in:
parent
3394d5bed5
commit
c04ae19640
2 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,7 @@ return {
|
|||
features = {
|
||||
autoformat = true, -- enable or disable auto formatting on start
|
||||
codelens = true, -- enable/disable codelens refresh on start
|
||||
inlay_hints = false, -- enable/disable inlay hints on start
|
||||
inlay_hints = true, -- enable/disable inlay hints on start
|
||||
semantic_tokens = true, -- enable/disable semantic token highlighting
|
||||
},
|
||||
-- customize lsp formatting options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue