This commit is contained in:
David Morgan 2016-04-29 12:33:50 +01:00
commit dee3743369
1 changed files with 8 additions and 0 deletions

8
.vimrc
View File

@ -118,6 +118,14 @@ else
endif
"call togglebg#map("<F9>")
" override colours on some systems
if hostname() =~ '^wolfman'
let g:gruvbox_termcolors=16
colorscheme gruvbox
elseif hostname() =~ '^CHESTER'
colorscheme badwolf
endif
set number
nmap <leader>t <ESC>:TagbarToggle<cr>