Commit 11ecb98
Changed files (1)
vimrc
@@ -70,6 +70,7 @@ set wildignore+=*/tmp/*,*.so,*/coverage/*
if has('nvim')
set clipboard+=unnamedplus
else
+ color happy_hacking
set termencoding=utf-8
if system('uname -s') == "Darwin\n"
"set clipboard^=unnamed,unnamedplus
@@ -110,7 +111,6 @@ if has("termguicolors")
endif
runtime macros/matchit.vim
-color happy_hacking
filetype plugin indent on
set omnifunc=syntaxcomplete#Complete