vimPlugins.vim-sexp: init at 2017-05-15
This commit is contained in:
parent
ae74169450
commit
c07850c5cf
@ -4777,6 +4777,17 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-sexp = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vim-sexp";
|
||||||
|
version = "2017-05-15";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "guns";
|
||||||
|
repo = "vim-sexp";
|
||||||
|
rev = "12292941903d9ac8151513189d2007e1ccfc95f0";
|
||||||
|
sha256 = "1mfqbmrbqgnsc34pmcsrc0c5zvgxhhnw4hx4g5wbssfk1ddyx6y0";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
vim-signature = buildVimPluginFrom2Nix {
|
vim-signature = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-signature";
|
pname = "vim-signature";
|
||||||
version = "2018-07-06";
|
version = "2018-07-06";
|
||||||
|
@ -107,6 +107,7 @@ google/vim-maktaba
|
|||||||
gregsexton/gitv
|
gregsexton/gitv
|
||||||
guns/vim-clojure-highlight
|
guns/vim-clojure-highlight
|
||||||
guns/vim-clojure-static
|
guns/vim-clojure-static
|
||||||
|
guns/vim-sexp
|
||||||
guns/xterm-color-table.vim
|
guns/xterm-color-table.vim
|
||||||
hashivim/vim-terraform
|
hashivim/vim-terraform
|
||||||
haya14busa/incsearch-easymotion.vim
|
haya14busa/incsearch-easymotion.vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user