feat(git): update config

This commit is contained in:
2024-02-17 11:05:12 -05:00
parent 270a78aaea
commit a17f9eba6c
2 changed files with 18 additions and 1 deletions

View File

@@ -81,7 +81,12 @@ nvim_lsp.eslint.setup {
}
-- Svelte LSP Configuration
nvim_lsp.svelte.setup {cmd = {nix_vars.sveltels, "--stdio"}}
nvim_lsp.svelte.setup {
on_attach = on_attach_no_formatting,
flags = lsp_flags,
capabilities = capabilities,
cmd = {nix_vars.sveltels, "--stdio"}
}
-- Go LSP Configuration
nvim_lsp.gopls.setup {