VIM: use mixed sign/number column
This commit is contained in:
parent
c1c45eeb96
commit
85b8349c31
@ -20,6 +20,7 @@ filetype plugin on
|
||||
filetype plugin indent on
|
||||
|
||||
set encoding=utf-8
|
||||
set signcolumn=number
|
||||
|
||||
set foldmethod=syntax
|
||||
|
||||
|
@ -95,7 +95,6 @@ set nowritebackup
|
||||
set cmdheight=2
|
||||
set updatetime=300
|
||||
set shortmess+=c
|
||||
set signcolumn=yes
|
||||
" Use tab for trigger completion with characters ahead and navigate.
|
||||
" Use command ':verbose imap <tab>' to make sure tab is not mapped by other plugin.
|
||||
inoremap <silent><expr> <TAB>
|
||||
|
Loading…
Reference in New Issue
Block a user