diff options
| author | 2016-11-23 21:36:19 +0100 | |
|---|---|---|
| committer | 2016-11-23 21:36:37 +0100 | |
| commit | 1746ea2749f651da0423bfe637cddf0c22df831a (patch) | |
| tree | ebe016acf5b1e641878efac41a750255071bdab3 /vim | |
| parent | 1c99670e651c642ae2b5a15c464ce7810653e18c (diff) | |
| download | dotfiles-1746ea2749f651da0423bfe637cddf0c22df831a.tar.gz dotfiles-1746ea2749f651da0423bfe637cddf0c22df831a.tar.bz2 dotfiles-1746ea2749f651da0423bfe637cddf0c22df831a.zip | |
Updated dotfiles
Diffstat (limited to 'vim')
| -rw-r--r-- | vim/.vim/.netrwhist | 3 | ||||
| -rw-r--r-- | vim/.vim/vimrc | 9 |
2 files changed, 10 insertions, 2 deletions
diff --git a/vim/.vim/.netrwhist b/vim/.vim/.netrwhist index 0f58e40..7771a52 100644 --- a/vim/.vim/.netrwhist +++ b/vim/.vim/.netrwhist | |||
| @@ -1,3 +1,2 @@ | |||
| 1 | let g:netrw_dirhistmax =10 | 1 | let g:netrw_dirhistmax =10 |
| 2 | let g:netrw_dirhist_cnt =1 | 2 | let g:netrw_dirhist_cnt =0 |
| 3 | let g:netrw_dirhist_1='/home/tom/programming/aquatracker/site' | ||
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 3c83b4d..1a5a659 100644 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc | |||
| @@ -94,6 +94,15 @@ if exists("g:loaded_pathogen") | |||
| 94 | autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif | 94 | autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif |
| 95 | autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif | 95 | autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif |
| 96 | 96 | ||
| 97 | " NERDCommenter: | ||
| 98 | " Pretty comments | ||
| 99 | let g:NERDSpaceDelims = 1 | ||
| 100 | let g:NERDCompactSexyComs = 1 | ||
| 101 | let g:NERDDefaultAlign = 'left' | ||
| 102 | let g:NERDCommentEmptyLines = 1 | ||
| 103 | let g:NERDTrimTrailingWhitespace = 1 | ||
| 104 | |||
| 105 | |||
| 97 | " Airline: | 106 | " Airline: |
| 98 | " On arch linux install the following: | 107 | " On arch linux install the following: |
| 99 | " otf-powerline-symbols-git | 108 | " otf-powerline-symbols-git |
