vim-plugins: add jedi-vim

As this is a python3 plugin it'd be nice to check for python3 support in
the used vim, but apparently nobody else does this.
This commit is contained in:
Trolli Schmittlauch
2018-11-04 15:13:59 +01:00
parent 38db6fdfb9
commit da0db21029
3 changed files with 22 additions and 1 deletions
+11
View File
@@ -718,6 +718,17 @@
};
};
jedi-vim = buildVimPluginFrom2Nix {
name = "jedi-vim-2018-10-14";
src = fetchFromGitHub {
owner = "davidhalter";
repo = "jedi-vim";
rev = "b6dfc5fd49c26d4dbe9f54c814956567a7a9b3a8";
sha256 = "11wvynjl1m23vdp4wvirhmm7vnpji5affbyhwz67yjkvh6c42xqa";
fetchSubmodules = true;
};
};
Jenkinsfile-vim-syntax = buildVimPluginFrom2Nix {
name = "Jenkinsfile-vim-syntax-2018-09-25";
src = fetchFromGitHub {