From 80ed46d46999eff6a89f26622d4dd4900e3b2ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 21 Aug 2019 09:49:01 +0200 Subject: New configuration as of 2019-08-21 --- roles/tools/files/vimrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'roles/tools/files') diff --git a/roles/tools/files/vimrc b/roles/tools/files/vimrc index 3c61621..3ce13d1 100644 --- a/roles/tools/files/vimrc +++ b/roles/tools/files/vimrc @@ -30,6 +30,8 @@ Plug 'vim-scripts/slapd.vim' Plug 'vimwiki/vimwiki', { 'branch': 'dev' } Plug 'vim-vdebug/vdebug' Plug 'tpope/vim-fugitive' +Plug 'tpope/vim-rhubarb' +Plug 'shumphrey/fugitive-gitlab.vim' Plug 'tomlion/vim-solidity' Plug 'chrisbra/SudoEdit.vim' Plug 'Chiel92/vim-autoformat' @@ -37,6 +39,9 @@ Plug 'pearofducks/ansible-vim' Plug 'juliosueiras/vim-terraform-completion' Plug 'sjl/gundo.vim' Plug 'LnL7/vim-nix' +Plug 'purescript-contrib/purescript-vim' +Plug 'vmchale/dhall-vim' +Plug 'junegunn/fzf' call plug#end() @@ -297,6 +302,7 @@ map :tab split:exec("tag ".expand("")) map :vsp :exec("tag ".expand("")) let g:ctrlp_extensions = ['tag', 'buffertag', 'dir', 'undo', 'line'] +let g:ctrlp_max_files = 0 set modeline set grepprg=grep\ -rn\ $*\ /dev/null @@ -308,4 +314,3 @@ endif set list set listchars=tab:>-,trail:- - -- cgit v1.2.3