l vim: add more python lsp tools

This commit is contained in:
lassulus 2019-05-14 15:11:42 +02:00
parent 6253524790
commit e9f96d7757

View File

@ -11,7 +11,9 @@ let
(hiPrio (pkgs.python3.withPackages (ps: [
ps.python-language-server
ps.pyls-isort
ps.pyflakes
ps.flake8
ps.yapf
])))
];