summaryrefslogtreecommitdiff
path: root/roles/tools/files/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'roles/tools/files/vimrc')
-rw-r--r--roles/tools/files/vimrc7
1 files changed, 6 insertions, 1 deletions
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'
30Plug 'vimwiki/vimwiki', { 'branch': 'dev' } 30Plug 'vimwiki/vimwiki', { 'branch': 'dev' }
31Plug 'vim-vdebug/vdebug' 31Plug 'vim-vdebug/vdebug'
32Plug 'tpope/vim-fugitive' 32Plug 'tpope/vim-fugitive'
33Plug 'tpope/vim-rhubarb'
34Plug 'shumphrey/fugitive-gitlab.vim'
33Plug 'tomlion/vim-solidity' 35Plug 'tomlion/vim-solidity'
34Plug 'chrisbra/SudoEdit.vim' 36Plug 'chrisbra/SudoEdit.vim'
35Plug 'Chiel92/vim-autoformat' 37Plug 'Chiel92/vim-autoformat'
@@ -37,6 +39,9 @@ Plug 'pearofducks/ansible-vim'
37Plug 'juliosueiras/vim-terraform-completion' 39Plug 'juliosueiras/vim-terraform-completion'
38Plug 'sjl/gundo.vim' 40Plug 'sjl/gundo.vim'
39Plug 'LnL7/vim-nix' 41Plug 'LnL7/vim-nix'
42Plug 'purescript-contrib/purescript-vim'
43Plug 'vmchale/dhall-vim'
44Plug 'junegunn/fzf'
40 45
41call plug#end() 46call plug#end()
42 47
@@ -297,6 +302,7 @@ map <C-\> :tab split<CR>:exec("tag ".expand("<cword>"))<CR>
297map <A-]> :vsp <CR>:exec("tag ".expand("<cword>"))<CR> 302map <A-]> :vsp <CR>:exec("tag ".expand("<cword>"))<CR>
298 303
299let g:ctrlp_extensions = ['tag', 'buffertag', 'dir', 'undo', 'line'] 304let g:ctrlp_extensions = ['tag', 'buffertag', 'dir', 'undo', 'line']
305let g:ctrlp_max_files = 0
300set modeline 306set modeline
301 307
302set grepprg=grep\ -rn\ $*\ /dev/null 308set grepprg=grep\ -rn\ $*\ /dev/null
@@ -308,4 +314,3 @@ endif
308 314
309set list 315set list
310set listchars=tab:>-,trail:- 316set listchars=tab:>-,trail:-
311