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; [
black
flake8
pylint
jedi
]))
];
vimAlias = true;
@ -43,7 +45,7 @@
# Coc language server support
coc-nvim
coc-python
coc-pyright
];
extraConfig = ''
set nocompatible