Vim vertical split hide
This commit is contained in:
@@ -13,6 +13,11 @@ let mapleader=" "
|
|||||||
" Folding params
|
" Folding params
|
||||||
set foldlevelstart=20
|
set foldlevelstart=20
|
||||||
|
|
||||||
|
" Hiding unnecessary vertical split lines
|
||||||
|
set fillchars+=vert:\ "White space at the end
|
||||||
|
highlight VertSplit ctermbg=bg ctermfg=bg
|
||||||
|
highlight VertSplit guibg=bg guifg=bg
|
||||||
|
|
||||||
if empty(glob('~/.vim/autoload/plug.vim')) "Если vim-plug не стоит
|
if empty(glob('~/.vim/autoload/plug.vim')) "Если vim-plug не стоит
|
||||||
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
|
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
|
||||||
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
@@ -43,7 +48,7 @@ let g:Powerline_symbols='unicode' " Unicode support
|
|||||||
" Gitgutter plugin config
|
" Gitgutter plugin config
|
||||||
"
|
"
|
||||||
let g:gitgutter_override_sign_column_highlight = 1
|
let g:gitgutter_override_sign_column_highlight = 1
|
||||||
highlight SignColumn ctermbg=none
|
highlight SignColumn term=underline cterm=NONE ctermbg=235 ctermfg=66 gui=NONE guibg=#232526 guifg=#465457
|
||||||
set updatetime=100
|
set updatetime=100
|
||||||
|
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user