l vim: add more python lsp tools
This commit is contained in:
parent
6253524790
commit
e9f96d7757
|
@ -11,7 +11,9 @@ let
|
|||
(hiPrio (pkgs.python3.withPackages (ps: [
|
||||
ps.python-language-server
|
||||
ps.pyls-isort
|
||||
ps.pyflakes
|
||||
ps.flake8
|
||||
ps.yapf
|
||||
])))
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue