Skip to content

Commit

Permalink
chore(lsp)!: use pyright instead of pylsp
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Aug 25, 2024
1 parent c872520 commit fa594a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/servers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lspconfig.bashls.setup {}

lspconfig.gopls.setup {}

lspconfig.pylsp.setup {}
lspconfig.pyright.setup {}

lspconfig.tsserver.setup {
cmd = { "typescript-language-server", "--stdio" },
Expand Down

0 comments on commit fa594a6

Please sign in to comment.