vimPlugins: add vim-python/python-syntax

This commit is contained in:
Sandro Jäckel 2021-09-04 00:32:25 +02:00
parent 61f72ef029
commit f7ebeacf4a
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 13 additions and 0 deletions

View File

@ -4583,6 +4583,18 @@ final: prev:
meta.homepage = "https://github.com/python-mode/python-mode/";
};
python-syntax = buildVimPluginFrom2Nix {
pname = "python-syntax";
version = "2020-12-14";
src = fetchFromGitHub {
owner = "vim-python";
repo = "python-syntax";
rev = "2cc00ba72929ea5f9456a26782db57fb4cc56a65";
sha256 = "1w4yd25rnbhsps81agvq0kr3vcbifrlpb7h4z0vcgsx1nvmxy205";
};
meta.homepage = "https://github.com/vim-python/python-syntax/";
};
QFEnter = buildVimPluginFrom2Nix {
pname = "QFEnter";
version = "2020-10-09";

View File

@ -799,6 +799,7 @@ vim-erlang/vim-erlang-tags
vim-pandoc/vim-pandoc
vim-pandoc/vim-pandoc-after
vim-pandoc/vim-pandoc-syntax
vim-python/python-syntax
vim-ruby/vim-ruby
vim-scripts/a.vim
vim-scripts/align