vimPlugins.vim-smt2: init at 2018-05-20
This commit is contained in:
parent
5b6eba9ee2
commit
4edc5f8236
2 changed files with 13 additions and 1 deletions
|
@ -5173,6 +5173,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
vim-smt2 = buildVimPluginFrom2Nix {
|
||||
pname = "vim-smt2";
|
||||
version = "2018-05-20";
|
||||
src = fetchFromGitHub {
|
||||
owner = "bohlender";
|
||||
repo = "vim-smt2";
|
||||
rev = "9582e37b1dfd75621e51a3ac2275b6c6c895317f";
|
||||
sha256 = "0cas6c3pj55qhbcy2vaygg8l9gncjshi1g0a54l78x73d3y3wm03";
|
||||
};
|
||||
};
|
||||
|
||||
vim-sneak = buildVimPluginFrom2Nix {
|
||||
pname = "vim-sneak";
|
||||
version = "2020-01-05";
|
||||
|
|
|
@ -27,6 +27,7 @@ bkad/camelcasemotion
|
|||
bling/vim-bufferline
|
||||
blueyed/vim-diminactive
|
||||
bogado/file-line
|
||||
bohlender/vim-smt2
|
||||
brennanfee/vim-gui-position
|
||||
bronson/vim-trailing-whitespace
|
||||
brooth/far.vim
|
||||
|
@ -196,8 +197,8 @@ KeitaNakamura/neodark.vim
|
|||
keith/swift.vim
|
||||
kien/rainbow_parentheses.vim
|
||||
konfekt/fastfold
|
||||
kristijanhusak/defx-icons
|
||||
kristijanhusak/defx-git
|
||||
kristijanhusak/defx-icons
|
||||
kristijanhusak/vim-hybrid-material
|
||||
kshenoy/vim-signature
|
||||
lambdalisue/vim-gista
|
||||
|
|
Loading…
Reference in a new issue