vimPlugins.vim-gui-position: init at 2019-06-06 (#68294)
This commit is contained in:
parent
038f02d79e
commit
60a897d4c7
2 changed files with 12 additions and 0 deletions
|
@ -3466,6 +3466,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
vim-gui-position = buildVimPluginFrom2Nix {
|
||||
pname = "vim-gui-position";
|
||||
version = "2019-06-06";
|
||||
src = fetchFromGitHub {
|
||||
owner = "brennanfee";
|
||||
repo = "vim-gui-position";
|
||||
rev = "065d0dcf96c28cfc0003d72c1b3c49203632f62a";
|
||||
sha256 = "11kv9kkya9sybslg7lfhhcn2fi3n735zvprg8ch6kd58m82xr4n3";
|
||||
};
|
||||
};
|
||||
|
||||
vim-gutentags = buildVimPluginFrom2Nix {
|
||||
pname = "vim-gutentags";
|
||||
version = "2019-05-06";
|
||||
|
|
|
@ -23,6 +23,7 @@ bitc/vim-hdevtools
|
|||
bkad/camelcasemotion
|
||||
bling/vim-bufferline
|
||||
bogado/file-line
|
||||
brennanfee/vim-gui-position
|
||||
bronson/vim-trailing-whitespace
|
||||
brooth/far.vim
|
||||
carlitux/deoplete-ternjs
|
||||
|
|
Loading…
Reference in a new issue