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.
|
" Turn syntax highlighting on.
|
||||||
syntax 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.
|
" Highlight cursor line underneath the cursor horizontally.
|
||||||
set cursorline
|
set cursorline
|
||||||
|
|
||||||
@@ -99,13 +90,26 @@ set showmode
|
|||||||
set showcmd
|
set showcmd
|
||||||
|
|
||||||
" Plugin Settings
|
" 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
|
" CoC
|
||||||
" utf-8 already set
|
" utf-8 already set
|
||||||
" Some servers have issues with backup files
|
" Some servers have issues with backup files
|
||||||
set nobackup
|
set nobackup
|
||||||
set nowritebackup
|
set nowritebackup
|
||||||
" Having loger updatetime leads to noticable delays
|
" Having loger updatetime leads to noticable delays
|
||||||
set updatetime=300
|
set updatetime=100
|
||||||
" Always show signcolumn, otherwise it would shift the text each time
|
" Always show signcolumn, otherwise it would shift the text each time
|
||||||
" diagnostics appear/become resolved
|
" diagnostics appear/become resolved
|
||||||
set signcolumn=yes
|
set signcolumn=yes
|
||||||
|
Reference in New Issue
Block a user