vimPlugins.file-line: init at 2016-10-21

This commit is contained in:
Paul Reimer 2019-07-01 17:12:17 -07:00
parent 767e0e5905
commit b414d2a3a3
No known key found for this signature in database
GPG Key ID: 65D1D89E6BBF95E7
2 changed files with 12 additions and 0 deletions

View File

@ -670,6 +670,17 @@ let
};
};
file-line = buildVimPluginFrom2Nix {
pname = "file-line";
version = "2016-10-21";
src = fetchFromGitHub {
owner = "bogado";
repo = "file-line";
rev = "559088afaf10124ea663ee0f4f73b1de48fb1632";
sha256 = "1w183g0hj8jvzm6m1jw7m6xz3x1dld8n8342vnycsh6hyzdcg3mg";
};
};
flake8-vim = buildVimPluginFrom2Nix {
pname = "flake8-vim";
version = "2017-02-17";

View File

@ -21,6 +21,7 @@ bhurlow/vim-parinfer
bitc/vim-hdevtools
bkad/camelcasemotion
bling/vim-bufferline
bogado/file-line
bronson/vim-trailing-whitespace
brooth/far.vim
carlitux/deoplete-ternjs