Change color theme

This commit is contained in:
Fergal Moran
2018-03-15 17:08:59 +00:00
parent e72318d344
commit 799663922d
2 changed files with 3 additions and 2 deletions

3
.vimrc
View File

@@ -99,6 +99,7 @@ Plugin 'ntpeters/vim-better-whitespace'
Plugin 'ap/vim-buftabline'
Plugin 'elzr/vim-json'
Plugin 'morhetz/gruvbox'
Plugin 'dracula/vim'
if system("uname -m") != "armv7l\n"
Plugin 'Valloric/YouCompleteMe'
@@ -225,4 +226,4 @@ set tags+=/home/fergalm/.vim/tags
autocmd Filetype java setlocal omnifunc=javacomplete#Complete
let g:SuperTabDefaultCompletionType = 'context'
colorscheme gruvbox
colorscheme dracula