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