diff options
| author | Miguel <m.i@gmx.at> | 2019-01-27 20:13:06 +0100 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2019-01-27 20:13:06 +0100 |
| commit | 1f94feed1e82092f9283aac66b930c7079f6b6fd (patch) | |
| tree | b114efa427e3874963d660bca8b02a3e3784aa52 /vim | |
| parent | dfe1efe982999312aba825c98918cdd205870cd2 (diff) | |
compare with redundandt vimrc in my vimrc repo
Diffstat (limited to 'vim')
| -rw-r--r-- | vim/vimrc | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,14 +1,20 @@ """"""""""""""""""""""""""""""""""""" " Miguel's .vimrc " " Author: Michal Idziorek " -" Last Update: 2018-OCT-17 " +" Last Update: 2019-01-27 " """"""""""""""""""""""""""""""""""""" " {{{ TODO / NOTES " " NEW: https://github.com/vim-airline/vim-airline " -" http://www.alexeyshmalko.com/2014/using-vim-as-c-cpp-ide/ +" Emmet.io? +" autocomplete ! +" jump to def / uses ! +" spellcheck / translate / thesaurus + + +" some stuff from: http://www.alexeyshmalko.com/2014/using-vim-as-c-cpp-ide/ " set exrc " set secure " @@ -221,10 +227,10 @@ set statusline+=%= " Switch to the right side set statusline+=%l " Current line set statusline+=/ " Separator set statusline+=%L " Total lines -set statusline+=, " comma +set statusline+=, " comma set statusline+=%c " Column -set statusline+=\ (%P) " Percentage -set statusline& " reset? +set statusline+=\ (%P) " Percentage +set statusline& " reset? " }}} " terminal width / colorcolumn |
