all: simplify and prettify

This commit is contained in:
2019-03-12 12:39:47 +01:00
parent 15bae882c9
commit 33b0eed38a
2 changed files with 3 additions and 30 deletions

28
vimrc
View File

@@ -154,14 +154,6 @@ nnoremap <leader>mo :set mouse=<cr>
set mouse=a
" }}}
" Colors and Fonts {{{
Bundle 'vim-scripts/wombat256.vim'
try
colorscheme desert
catch
endtry
" Enable syntax highlighting
syntax enable
@@ -170,20 +162,10 @@ hi! link SignColumn LineNr
hi! link SyntasticErrorSign ErrorMsg
hi! link SyntasticWarningSign WarningMsg
" Use pleasant but very visible search hilighting
hi Search ctermfg=white ctermbg=173 cterm=none guifg=#ffffff guibg=#e5786d gui=none
hi! link Visual Search
" Enable filetype plugins
filetype plugin on
filetype indent on
" Match wombat colors in nerd tree
hi Directory guifg=#8ac6f2
" Searing red very visible cursor
hi Cursor guibg=red
" Use same color behind concealed unicode characters
hi clear Conceal
@@ -191,16 +173,6 @@ hi clear Conceal
set paste
set clipboard=unnamed
" Don't blink normal mode cursor
set guicursor=n-v-c:block-Cursor
set guicursor+=n-v-c:blinkon0
" Set extra options when running in GUI mode
if has("gui_running")
set guioptions-=T
set guioptions-=e
set guitablabel=%M\ %t
endif
set t_Co=256
" Set utf8 as standard encoding and en_US as the standard language