From 74ed6df47cc880f0c77cb32ebe0b80211287b331 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 19 Feb 2019 20:01:30 +0100 Subject: Replace vim-surround with vim-sandwich --- pkgs/custom-vim/plugins.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pkgs/custom-vim/plugins.nix') diff --git a/pkgs/custom-vim/plugins.nix b/pkgs/custom-vim/plugins.nix index 608fcac..fb22acb 100644 --- a/pkgs/custom-vim/plugins.nix +++ b/pkgs/custom-vim/plugins.nix @@ -67,6 +67,15 @@ in { }; }; + "vim-sandwich" = buildVimPlugin { + name = "vim-sandwich"; + src = fetchgit { + url = "https://github.com/machakann/vim-sandwich.git"; + rev = "d441cf5a450f65dbf95eca3fa1138806884a7d58"; + sha256 = "1qkadkisfw21834848rphliry5h6h9mj010n2p3y27wp6xkq9phj"; + }; + }; + "vim-color-akr" = buildVimPlugin { name = "vim-color-akr"; src = ./asset/vim-color-akr; -- cgit v1.2.3