neovim: Fix python plugin

This commit is contained in:
fleaz 2022-05-03 16:12:20 +02:00
parent ac4c8f12f1
commit 366abb513c
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -6,6 +6,8 @@
(python3.withPackages (ps: with ps; [ (python3.withPackages (ps: with ps; [
black black
flake8 flake8
pylint
jedi
])) ]))
]; ];
vimAlias = true; vimAlias = true;
@ -43,7 +45,7 @@
# Coc language server support # Coc language server support
coc-nvim coc-nvim
coc-python coc-pyright
]; ];
extraConfig = '' extraConfig = ''
set nocompatible set nocompatible