diff --git a/init.vim b/init.vim index e10264e..9e83e09 100644 --- a/init.vim +++ b/init.vim @@ -470,10 +470,6 @@ nnoremap p :CocListResume: " snippets imap (coc-snippets-expand-jump) -" For conceal markers. -if has('conceal') - set conceallevel=2 concealcursor=niv -endif let g:neosnippet#snippets_directory = '~/.dotfiles/vim/neosnippets' "}}}