mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Indent markers, rather helpful
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -267,6 +267,10 @@ map <F9> :echo "hi<" . synIDattr(synID(line("."),col("."),1),"name") . '> trans<
|
||||
\ . synIDattr(synID(line("."),col("."),0),"name") . "> lo<"
|
||||
\ . synIDattr(synIDtrans(synID(line("."),col("."),1)),"name") . ">"<CR>
|
||||
|
||||
" Show indentation marks
|
||||
Plugin 'Yggdroot/indentLine'
|
||||
let g:indentLine_char = '┊'
|
||||
|
||||
" Python virtualenv support
|
||||
"Plugin 'jmcantrell/vim-virtualenv'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user