diff --git a/nix/home/profiles/neovim.nix b/nix/home/profiles/neovim.nix index 626f4dbd..876680fc 100644 --- a/nix/home/profiles/neovim.nix +++ b/nix/home/profiles/neovim.nix @@ -295,6 +295,7 @@ in for _, lsp in ipairs(servers) do lspconfig[lsp].setup({ capabilities = capabilities, + silent = true, }) end '';