mirror of
https://github.com/sadan4/nvim.git
synced 2025-06-15 08:03:02 -04: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" },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue