update

Changed files
+10
home
nvim
+10
home/nvim/lsp.lua
···
},
}
+
lspconfig['nixd'].setup {
+
settings = {
+
nixd = {
+
formatting = {
+
command = { "nixfmt" },
+
},
+
},
+
},
+
}
+
-- wrapper around lspconfig['ltex-ls'] with support for hide false positive
require('ltex-ls').setup {
on_attach = On_attach,