Skip to content

Commit 1726089

Browse files
committed
feat(lsp): config for the pylsp
1 parent 5b275a2 commit 1726089

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

lua/plugins/servers.lua

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

2828
lspconfig.gopls.setup {}
2929

30-
lspconfig.pyright.setup {}
30+
lspconfig.pylsp.setup {
31+
settings = {
32+
pylsp = {
33+
plugins = {
34+
jedi_completion = {
35+
include_params = true,
36+
},
37+
},
38+
},
39+
},
40+
}
3141

3242
lspconfig.tsserver.setup {
3343
cmd = { "typescript-language-server", "--stdio" },

0 commit comments

Comments
 (0)