VIM: use mixed sign/number column

This commit is contained in:
Tobias Manske 2022-06-28 02:41:08 +02:00
parent c1c45eeb96
commit 85b8349c31
Signed by: tobias
GPG Key ID: E83C743C1FC2F79A
2 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,7 @@ filetype plugin on
filetype plugin indent on filetype plugin indent on
set encoding=utf-8 set encoding=utf-8
set signcolumn=number
set foldmethod=syntax set foldmethod=syntax

View File

@ -95,7 +95,6 @@ set nowritebackup
set cmdheight=2 set cmdheight=2
set updatetime=300 set updatetime=300
set shortmess+=c set shortmess+=c
set signcolumn=yes
" Use tab for trigger completion with characters ahead and navigate. " 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. " Use command ':verbose imap <tab>' to make sure tab is not mapped by other plugin.
inoremap <silent><expr> <TAB> inoremap <silent><expr> <TAB>