mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
vimPlugins.vim-python-pep8-indent: init at 2019-05-13
This commit is contained in:
parent
d0ce3afefa
commit
1f446cc7c8
|
@ -5151,6 +5151,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
vim-python-pep8-indent = buildVimPluginFrom2Nix {
|
||||
pname = "vim-python-pep8-indent";
|
||||
version = "2019-05-13";
|
||||
src = fetchFromGitHub {
|
||||
owner = "hynek";
|
||||
repo = "vim-python-pep8-indent";
|
||||
rev = "b3a7395ce49b13145bbb54b1cdbfe6a33585bfe9";
|
||||
sha256 = "0gkbjcwdizqivsrn0p1gdn1170jimkk1vyxhyr286nb5qxj2n8hh";
|
||||
};
|
||||
};
|
||||
|
||||
vim-qml = buildVimPluginFrom2Nix {
|
||||
pname = "vim-qml";
|
||||
version = "2019-12-20";
|
||||
|
|
|
@ -138,6 +138,7 @@ honza/vim-snippets
|
|||
hotwatermorning/auto-git-diff
|
||||
hsanson/vim-android
|
||||
hsitz/VimOrganizer
|
||||
hynek/vim-python-pep8-indent
|
||||
iamcco/coc-spell-checker
|
||||
ianks/vim-tsx
|
||||
icymind/NeoSolarized
|
||||
|
|
Loading…
Reference in a new issue