Skip to content

Commit

Permalink
nvim: svelte lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Nov 18, 2024
1 parent 54735ab commit 7c8c1fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions home/develop/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
ruff

bash-language-server
svelte-language-server
nodePackages.dockerfile-language-server-nodejs
nodePackages.typescript
nodePackages.typescript-language-server
Expand Down
1 change: 1 addition & 0 deletions home/develop/neovim/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ local servers = {
'ts_ls',
'pylsp',
'nushell',
'svelte',
};
for _, lsp in ipairs(servers) do
require('lspconfig')[lsp].setup({
Expand Down

0 comments on commit 7c8c1fe

Please sign in to comment.