feat(neovim): enable inlay_hints - neovim v0.10+

This commit is contained in:
Ryan Yin
2024-09-19 08:33:00 +08:00
parent 3c4de12ebf
commit 5f42a1442e

View File

@@ -12,7 +12,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