Skip to content

Commit ecf37b5

Browse files
committed
chore(lsp)!: use pyright instead of pylsp
1 parent c872520 commit ecf37b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/plugins/servers.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lspconfig.bashls.setup {}
2727

2828
lspconfig.gopls.setup {}
2929

30-
lspconfig.pylsp.setup {}
30+
lspconfig.pyright.setup {}
3131

3232
lspconfig.tsserver.setup {
3333
cmd = { "typescript-language-server", "--stdio" },

0 commit comments

Comments
 (0)