X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=roles%2Ftools%2Ffiles%2Fvimrc;h=3ce13d192d26dcde201f56adbef94d3c4f2173e5;hb=80ed46d46999eff6a89f26622d4dd4900e3b2ce6;hp=3c616216511a363b29d3db85ca9c0f00f0ecdd62;hpb=e7270a0e65cbbf398d999db98278114d809244dc;p=perso%2FImmae%2FConfig%2FAnsible.git 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:- -