vimrc: set conceallevel properly
This commit is contained in:
parent
c9cf07fb8e
commit
d1182628a3
@ -90,7 +90,7 @@ let g:NERDTreeGitStatusWithFlags = 1
|
|||||||
|
|
||||||
let g:indentLine_setColors = 1
|
let g:indentLine_setColors = 1
|
||||||
let g:indentLine_char_list = ['|', '¦', '┆', '┊', ':']
|
let g:indentLine_char_list = ['|', '¦', '┆', '┊', ':']
|
||||||
let g:indentLine_conceallevel = 1
|
let g:indentLine_conceallevel = 0
|
||||||
|
|
||||||
|
|
||||||
let g:git_messenger_close_on_cursor_moved = v:false
|
let g:git_messenger_close_on_cursor_moved = v:false
|
||||||
@ -143,7 +143,7 @@ nmap <Leader>nt :NERDTreeToggle<CR>
|
|||||||
vmap gb :<C-U>!git blame % -L<C-R>=line("'<") <CR>,<C-R>=line("'>") <CR><CR>
|
vmap gb :<C-U>!git blame % -L<C-R>=line("'<") <CR>,<C-R>=line("'>") <CR><CR>
|
||||||
nnoremap gb :!git blame %<CR>
|
nnoremap gb :!git blame %<CR>
|
||||||
nnoremap <silent> <Leader>ll :w! !pdflatex -shell-escape -interaction=nonstopmode $PWD/*.tex<CR><CR>
|
nnoremap <silent> <Leader>ll :w! !pdflatex -shell-escape -interaction=nonstopmode $PWD/*.tex<CR><CR>
|
||||||
nnoremap <Leader>l :exec &conceallevel ? "set conceallevel=0" : "set conceallevel=1"<CR>
|
nnoremap <Leader>l :exec &conceallevel ? "set conceallevel=0" : "set conceallevel=1"<CR><CR>
|
||||||
|
|
||||||
|
|
||||||
" ------ wayland copy
|
" ------ wayland copy
|
||||||
|
Loading…
Reference in New Issue
Block a user