This commit is contained in:
sadan 2025-01-08 20:47:51 -05:00
parent 5e880633c4
commit 773903923d
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -207,7 +207,7 @@ require("lspconfig").html.setup({
capabilities = capabilities,
})
require("lspconfig").nixd.setup({
cmd = { "nixd", "--semantic-tokens=true", "--inlay-hints=false" },
cmd = { "nixd", "--semantic-tokens=true", "--inlay-hints=true" },
formatting = {
command = { "nixfmt" },
},