mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
vimPlugins.lexima-vim: init at 2019-07-22
This commit is contained in:
parent
e4e01c6bde
commit
76b5242e7e
2 changed files with 12 additions and 0 deletions
|
@ -1508,6 +1508,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
lexima-vim = buildVimPluginFrom2Nix {
|
||||
pname = "lexima-vim";
|
||||
version = "2019-07-22";
|
||||
src = fetchFromGitHub {
|
||||
owner = "cohama";
|
||||
repo = "lexima.vim";
|
||||
rev = "aa32e972b69230625989daa09ee5fd74a2d877ef";
|
||||
sha256 = "15cc09vb0yrasz76qkcqxhj95y1m6yrsx3wsn6khx39kp1bas0jd";
|
||||
};
|
||||
};
|
||||
|
||||
lh-brackets = buildVimPluginFrom2Nix {
|
||||
pname = "lh-brackets";
|
||||
version = "2019-05-23";
|
||||
|
|
|
@ -47,6 +47,7 @@ christoomey/vim-tmux-navigator
|
|||
cloudhead/neovim-fuzzy
|
||||
CoatiSoftware/vim-sourcetrail
|
||||
cocopon/iceberg.vim
|
||||
cohama/lexima.vim
|
||||
ctjhoa/spacevim
|
||||
ctrlpvim/ctrlp.vim
|
||||
dag/vim2hs
|
||||
|
|
Loading…
Reference in a new issue