This commit is contained in:
2021-10-20 19:44:24 +04:00
parent 802f0166ed
commit b81486ced0
6 changed files with 11 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ Plug 'scrooloose/nerdtree'
Plug 'milkypostman/vim-togglelist' " <leader>l and <leader>q
" Snippets
Plug 'Shougo/neosnippet'
" Plug 'Shougo/neosnippet'
Plug 'Shougo/neosnippet-snippets'
Plug 'honza/vim-snippets'
@@ -202,11 +202,6 @@ set hidden
autocmd FileType ledger setlocal sw=4 ts=4 sts=4
autocmd FileType rust setlocal sw=4 ts=4 sts=4
" Neocomplete snippets
imap <C-k> <Plug>(neosnippet_expand_or_jump)
smap <C-k> <Plug>(neosnippet_expand_or_jump)
xmap <C-k> <Plug>(neosnippet_expand_target)
" For conceal markers.
if has('conceal')
set conceallevel=0 concealcursor=niv