vim 光标十字定位和对齐线

时间:2021-02-16 23:02:08
"height ligth cusor
set bg=dark
set cursorline
set cursorcolumn
 
highlight CursorLine cterm=none ctermbg=236
highlight CursorColumn cterm=none ctermbg=236
 
youcompeleme  
python3 install.py 用python3安装
 
 
" 显示tab和空格
set list
" 设置tab和空格样式
set lcs = tab :\|\ ,nbsp:%,trail:-
" 设定行首tab为灰色
highlight LeaderTab guifg=#666666
" 匹配行首tab
match LeaderTab /^\t/