fix(neovim): correctly configure inlay hints
This commit is contained in:
parent
3394d5bed5
commit
c04ae19640
2 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@ return {
|
|||
highlighturl = true, -- highlight URLs at start
|
||||
notifications = true, -- enable notifications at start
|
||||
signature_help = true, -- enable automatically showing signature help
|
||||
inlay_hints = true, -- enable inlay hints globally
|
||||
},
|
||||
-- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on
|
||||
diagnostics = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue