Browse Source

Remove conceal

master
Marcel Schneider 2 years ago
parent
commit
8445762f12
No known key found for this signature in database GPG Key ID: 86027C59718EEE88
  1. 4
      init.vim

4
init.vim

@ -470,10 +470,6 @@ nnoremap <silent> <space>p :<C-u>CocListResume<CR>:
" snippets
imap <C-k> <Plug>(coc-snippets-expand-jump)
" For conceal markers.
if has('conceal')
set conceallevel=2 concealcursor=niv
endif
let g:neosnippet#snippets_directory = '~/.dotfiles/vim/neosnippets'
"}}}

Loading…
Cancel
Save