Update vim modules
This commit is contained in:
parent
ed42095b6b
commit
239d11a3d9
1 changed files with 8 additions and 16 deletions
|
@ -14,8 +14,8 @@ let
|
|||
name = "systemd-syntax";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/Matt-Deacalion/vim-systemd-syntax";
|
||||
rev = "05bd51f87628e4b714b9d1d16259e1ead845924a";
|
||||
sha256 = "04jlbm4cf47kvys22czz1i3fcqzz4zih2h6pkcfns9s8rs6clm3c";
|
||||
rev = "394a516f524e74ac8808ede1496b25d8b9824827";
|
||||
sha256 = "0fqk5fxrdf8nazic244ia4bi75midmpj896vdkdmxnv563lnhkcy";
|
||||
};
|
||||
dependencies = [];
|
||||
};
|
||||
|
@ -23,17 +23,8 @@ let
|
|||
name = "opencl-syntax";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/petRUShka/vim-opencl";
|
||||
rev = "a75693fdb1526cf0f2f2d1a6bdc23d6537ac1b6f";
|
||||
sha256 = "0ba3kj65h2lsn7s0fazhmbaa7nr8b9ssda3i54259mcc4nhwvi7b";
|
||||
};
|
||||
dependencies = [];
|
||||
};
|
||||
"speeddating" = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "speeddating";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/tpope/vim-repeat.git";
|
||||
rev = "070ee903245999b2b79f7386631ffd29ce9b8e9f";
|
||||
sha256 = "1grsaaar2ng1049gc3r8wbbp5imp31z1lcg399vhh3k36y34q213";
|
||||
rev = "7668b018fe9461c6b51e0b736ed84aa84d6bafce";
|
||||
sha256 = "0z8qasymkkaa272bjxmkp4sgd8qr4ypcqxlyzxgh5imp3gmrc6n1";
|
||||
};
|
||||
dependencies = [];
|
||||
};
|
||||
|
@ -42,8 +33,8 @@ let
|
|||
src = fetchFromGitHub {
|
||||
owner = "jamessan";
|
||||
repo = "vim-gnupg";
|
||||
rev = "5b069789e237ca43533a229580822772640ce301";
|
||||
sha256 = "0jkxbk0hw3mcvigz3z2f2a91bizdanm392h32068s110bm1fa8xs";
|
||||
rev = "f663d0e857bd88cb39c16ca45c37a27488648562";
|
||||
sha256 = "0y0g3br54sj0h8s6ashny2km2260qw8psqxq00jn0l2chjwsi0d9";
|
||||
};
|
||||
dependencies = [];
|
||||
};
|
||||
|
@ -69,8 +60,8 @@ let
|
|||
fzfWrapper
|
||||
gundo
|
||||
nerdtree
|
||||
opencl-syntax
|
||||
repeat
|
||||
speeddating
|
||||
surround
|
||||
systemd-syntax
|
||||
vim-abolish
|
||||
|
@ -81,6 +72,7 @@ let
|
|||
vim-ledger
|
||||
vim-nix
|
||||
vim-orgmode
|
||||
vim-speeddating
|
||||
vim-terraform
|
||||
vim-timedot
|
||||
vimtex
|
||||
|
|
Loading…
Reference in a new issue