diff options
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 |
