From fcd088fd99e41240515d010e07e4a213e67303af Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 10 Jul 2018 23:07:22 +0200 Subject: Add vim-far, remove ack-vim from Vim plugin selection --- pkgs/vim/conf/rc.vim | 2 -- pkgs/vim/custom.nix | 2 +- pkgs/vim/plugins.nix | 8 ++++++++ 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'pkgs/vim') diff --git a/pkgs/vim/conf/rc.vim b/pkgs/vim/conf/rc.vim index 4aee84e..3b8f9cb 100644 --- a/pkgs/vim/conf/rc.vim +++ b/pkgs/vim/conf/rc.vim @@ -117,8 +117,6 @@ let g:ctrlp_custom_ignore = { \ 'file': '\.o$\|\.d$' \ } -let g:ackprg = 'ag --vimgrep' - let g:undotree_SetFocusWhenToggle = 1 let g:localvimrc_sandbox = 0 diff --git a/pkgs/vim/custom.nix b/pkgs/vim/custom.nix index d554443..3d41861 100644 --- a/pkgs/vim/custom.nix +++ b/pkgs/vim/custom.nix @@ -11,7 +11,7 @@ in { names = [ "ctrlp" "goyo" - "ack-vim" + "vim-far" "fugitive" "surround" "vim-unimpaired" diff --git a/pkgs/vim/plugins.nix b/pkgs/vim/plugins.nix index 654f63a..5088e74 100644 --- a/pkgs/vim/plugins.nix +++ b/pkgs/vim/plugins.nix @@ -43,6 +43,14 @@ in { sha256 = "0r0j8l0sm3xgb3hgmf0zm48mgj97nlkspg3jgv817nhwsl8pyc44"; }; }; + "vim-far" = buildVimPlugin { + name = "vim-far"; + src = fetchgit { + url = "https://github.com/brooth/far.vim.git"; + rev = "5f8016e1df98b1f806e6347728dc012ae59579ab"; + sha256 = "15pcsd039srfvrj2a6f3ns8zh13vrbdx93pcyxzxd8i0vidshkmb"; + }; + }; "vim-color-akr" = buildVimPlugin { name = "vim-color-akr"; src = ./conf/vim-color-akr; -- cgit v1.2.3