added signify
This commit is contained in:
24
vim/vimrc
24
vim/vimrc
@@ -26,15 +26,6 @@ filetype plugin indent on
|
||||
" Turn syntax highlighting on.
|
||||
syntax on
|
||||
|
||||
" Set color scheme
|
||||
colors deus
|
||||
|
||||
" Set color scheme for airline
|
||||
let g:airline_theme='deus'
|
||||
|
||||
" Let airline use powerline fonts
|
||||
let g:airline_powerline_fonts=1
|
||||
|
||||
" Highlight cursor line underneath the cursor horizontally.
|
||||
set cursorline
|
||||
|
||||
@@ -99,13 +90,26 @@ set showmode
|
||||
set showcmd
|
||||
|
||||
" Plugin Settings
|
||||
|
||||
" Set color scheme
|
||||
colors deus
|
||||
|
||||
" Set color scheme for airline
|
||||
let g:airline_theme='deus'
|
||||
|
||||
" Let airline use powerline fonts
|
||||
let g:airline_powerline_fonts=1
|
||||
|
||||
" List vcs for sy
|
||||
let g:signify_vcs_list=['git']
|
||||
|
||||
" CoC
|
||||
" utf-8 already set
|
||||
" Some servers have issues with backup files
|
||||
set nobackup
|
||||
set nowritebackup
|
||||
" Having loger updatetime leads to noticable delays
|
||||
set updatetime=300
|
||||
set updatetime=100
|
||||
" Always show signcolumn, otherwise it would shift the text each time
|
||||
" diagnostics appear/become resolved
|
||||
set signcolumn=yes
|
||||
|
Reference in New Issue
Block a user