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" },
},

View file

@ -1,6 +1,6 @@
require("nvim-treesitter.configs").setup({
-- A list of parser names, or "all"
ensure_installed = "all",
ensure_installed = "",
-- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = false,