mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-11 18:18:37 +02:00
neovim: fix python-lsp-server
This commit is contained in:
@@ -318,7 +318,7 @@ _: {
|
||||
})
|
||||
vim.lsp.config("pylsp", {
|
||||
cmd = { "pylsp" },
|
||||
filetypes = { "python" },
|
||||
filetypes = { "python", "py" },
|
||||
on_attach = on_attach,
|
||||
settings = {
|
||||
pylsp = {
|
||||
|
||||
Reference in New Issue
Block a user