add python tooling: jedi-vim, flake8 linter
This commit is contained in:
parent
d8e1053f2d
commit
4305f8c961
|
@ -22,8 +22,9 @@ in
|
||||||
start = [
|
start = [
|
||||||
ale
|
ale
|
||||||
ctrlp
|
ctrlp
|
||||||
deoplete-jedi
|
#deoplete-jedi
|
||||||
fugitive
|
fugitive
|
||||||
|
jedi-vim
|
||||||
nerdtree
|
nerdtree
|
||||||
nerdtree-git-plugin
|
nerdtree-git-plugin
|
||||||
supertab
|
supertab
|
||||||
|
|
|
@ -39,6 +39,8 @@ let
|
||||||
rev = "bc758889a5ac304101001c36eafdb219a0acfda7";
|
rev = "bc758889a5ac304101001c36eafdb219a0acfda7";
|
||||||
sha256 = "1yiflxvswrybabqq5cd6x9i740560c23p58gvcn9b6riwhxzrlb9";
|
sha256 = "1yiflxvswrybabqq5cd6x9i740560c23p58gvcn9b6riwhxzrlb9";
|
||||||
};}))
|
};}))
|
||||||
|
tootle
|
||||||
|
subsurface
|
||||||
];
|
];
|
||||||
|
|
||||||
graphicsApps = [
|
graphicsApps = [
|
||||||
|
@ -181,6 +183,8 @@ let
|
||||||
numpy
|
numpy
|
||||||
matplotlib
|
matplotlib
|
||||||
jedi
|
jedi
|
||||||
|
flake8
|
||||||
|
mypy
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts = [
|
fonts = [
|
||||||
|
|
Loading…
Reference in a new issue