nix/home/file/nvim/module/plugin/lsp/Nix.lua

14 lines
175 B
Lua
Raw Permalink Normal View History

2024-12-18 13:45:27 +03:00
local lspconfig = require("lspconfig")
lspconfig.nixd.setup({
settings = {
nixd = {
diagnostic = {
suppress = {
"sema-escaping-with",
},
},
},
},
})