Skip to content

Commit

Permalink
improvement(neovim): ignore LSP startup errors
Browse files Browse the repository at this point in the history
  • Loading branch information
midchildan committed Dec 1, 2024
1 parent b58f7cb commit 57eeb19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/home/profiles/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ in
for _, lsp in ipairs(servers) do
lspconfig[lsp].setup({
capabilities = capabilities,
silent = true,
})
end
'';
Expand Down

0 comments on commit 57eeb19

Please sign in to comment.