From: Jannik ZANDER Date: Thu, 2 Aug 2018 15:25:00 +0000 (+0200) Subject: Add vim-vinegar X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=a44d87378cb00fc091c546ea413f9a5c39321694;p=dotfiles.git Add vim-vinegar --- diff --git a/.gitmodules b/.gitmodules index e61026c..fc70aed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -76,3 +76,6 @@ [submodule ".vim/pack/github/opt/commentary"] path = .vim/pack/tpope/start/commentary url = https://tpope.io/vim/commentary.git +[submodule ".vim/pack/tpope/start/vim-vinegar"] + path = .vim/pack/tpope/start/vim-vinegar + url = https://github.com/tpope/vim-vinegar.git diff --git a/.vim/pack/tpope/start/vim-vinegar b/.vim/pack/tpope/start/vim-vinegar new file mode 160000 index 0000000..7b9dff8 --- /dev/null +++ b/.vim/pack/tpope/start/vim-vinegar @@ -0,0 +1 @@ +Subproject commit 7b9dff85aec34a0be1a6980b2e686a5d27d70f63 diff --git a/.vim/vimrc b/.vim/vimrc index 1888b60..c1b3754 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -80,7 +80,7 @@ set nobackup set noswapfile set undofile set undodir=~/.vim/undo -set viminfo+=n~/.vim/viminfo +set viminfo= set history=1000 set tags=.git/tags set sessionoptions-=options @@ -126,8 +126,7 @@ let &t_EI.="\e[1 q" let &t_te.="\e[0 q" "Basic Mappings -let mapleader = "," -let maplocalleader = " " +let mapleader = "\" set pastetoggle=p noremap @@ -188,6 +187,12 @@ tnoremap l let g:netrw_liststyle=3 let g:netrw_banner = 0 let g:netrw_sort_sequence = '[\/]$,*' +let g:netrw_list_hide = '\(^\|\s\s\)\zs\.\S\+' +"let g:netrw_winsize = 25 +"augroup ProjectDrawer +" autocmd! +" autocmd VimEnter * :Lexplore +"augroup END " grep " file:line:coloumn:message @@ -283,15 +288,6 @@ let GtagsCscope_Keep_Alive = 1 let GtagsCscope_Auto_Load = 1 let GtagsCscope_Quiet = 1 -" Tpope -packadd! vim-fugitive -packadd! vim-unimpaired -packadd! vim-surround -packadd! vim-repeat - -" Matchit (%) -packadd! matchit - " termdebug "packadd! termdebug @@ -319,8 +315,9 @@ packadd vim-addon-mw-utils packadd vim-snipmate packadd vim-snippets -" better syntax hi -packadd vim-syntax-extra +" stock vim +packadd! matchit +packadd! vim-syntax-extra " supertab packadd supertab