Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
feat: svelte lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
nexxeln committed Nov 26, 2022
1 parent 6dda6e8 commit d71d043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ nvim_lsp.rust_analyzer.setup({})

nvim_lsp.astro.setup({})

nvim_lsp.svelte.setup({})

nvim_lsp.prismals.setup({})

local signs = { Error = "", Warn = "", Hint = "", Info = "" }
Expand Down

0 comments on commit d71d043

Please sign in to comment.