Skip to content

Commit 8771f73

Browse files
committed
concealcursor
1 parent 73878fc commit 8771f73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dot_vimrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ set ignorecase
4040

4141
set smartcase
4242

43-
set concealcursor-=n
44-
4543
" use system clipboard
4644
if has('nvim')
4745
set clipboard+=unnamedplus
@@ -239,6 +237,7 @@ let g:airline#extensions#hunks#non_zero_only = 1
239237
let g:gothx_command_prefix = 'Go'
240238

241239
let g:indentLine_fileTypeExclude = ['startify', 'floaterm', 'coc-explorer', 'coctree', 'json']
240+
242241
" avoid for markdown as it sets the conceallevel to 2
243242
autocmd FileType markdown let g:indentLine_enabled=0
244243

0 commit comments

Comments
 (0)