mirror of
https://github.com/sadan4/nvim.git
synced 2025-01-18 03:03:29 -05:00
horror
This commit is contained in:
parent
5e880633c4
commit
773903923d
2 changed files with 2 additions and 2 deletions
|
@ -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" },
|
||||
},
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue