diff options
Diffstat (limited to 'base/vimrc')
-rw-r--r-- | base/vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -128,6 +128,9 @@ EOT " Scratch Plugin let g:scratchBackupFile="/tmp/scratch.txt" +" Quicker compile & check +map <C-x> :silent make<Enter>:copen<Enter><C-w><C-w>:redraw<Enter> + " Load host-specific settings set runtimepath^=~/.host-specific/vim, set runtimepath+=~/.host-specific/vim/after |