neovim: Fix python plugin
This commit is contained in:
parent
ac4c8f12f1
commit
366abb513c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue