diff options
| author | 2016-11-23 21:36:19 +0100 | |
|---|---|---|
| committer | 2016-11-23 21:36:37 +0100 | |
| commit | 1746ea2749f651da0423bfe637cddf0c22df831a (patch) | |
| tree | ebe016acf5b1e641878efac41a750255071bdab3 /vim/.vim/vimrc | |
| parent | 1c99670e651c642ae2b5a15c464ce7810653e18c (diff) | |
| download | dotfiles-1746ea2749f651da0423bfe637cddf0c22df831a.tar.gz dotfiles-1746ea2749f651da0423bfe637cddf0c22df831a.tar.bz2 dotfiles-1746ea2749f651da0423bfe637cddf0c22df831a.zip | |
Updated dotfiles
Diffstat (limited to 'vim/.vim/vimrc')
| -rw-r--r-- | vim/.vim/vimrc | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
