Compare commits
No commits in common. "d30df125c53050fec5410a9cf6ce15d69e2812bc" and "c403eb2e73b392af47997ffa80bf2e131d19cad3" have entirely different histories.
d30df125c5
...
c403eb2e73
@ -140,22 +140,22 @@ endif
|
||||
" neosnippet
|
||||
" Plugin key-mappings.
|
||||
" Note: It must be "imap" and "smap". It uses <Plug> mappings.
|
||||
" imap <C-k> <Plug>(neosnippet_expand_or_jump)
|
||||
" smap <C-k> <Plug>(neosnippet_expand_or_jump)
|
||||
" xmap <C-k> <Plug>(neosnippet_expand_target)
|
||||
imap <C-k> <Plug>(neosnippet_expand_or_jump)
|
||||
smap <C-k> <Plug>(neosnippet_expand_or_jump)
|
||||
xmap <C-k> <Plug>(neosnippet_expand_target)
|
||||
|
||||
" SuperTab like snippets behavior.
|
||||
" Note: It must be "imap" and "smap". It uses <Plug> mappings.
|
||||
" imap <expr><tab> neosnippet#expandable_or_jumpable() ? "\<Plug>(neosnippet_expand_or_jump)" : pumvisible() ? "\<c-n>" : "\<tab>"
|
||||
" smap <expr><tab> neosnippet#expandable_or_jumpable() ? "\<Plug>(neosnippet_expand_or_jump)" : "\<tab>"
|
||||
imap <expr><tab> neosnippet#expandable_or_jumpable() ? "\<Plug>(neosnippet_expand_or_jump)" : pumvisible() ? "\<c-n>" : "\<tab>"
|
||||
smap <expr><tab> neosnippet#expandable_or_jumpable() ? "\<Plug>(neosnippet_expand_or_jump)" : "\<tab>"
|
||||
|
||||
" For conceal markers.
|
||||
" if has('conceal')
|
||||
" set conceallevel=2 concealcursor=niv
|
||||
" endif
|
||||
if has('conceal')
|
||||
set conceallevel=2 concealcursor=niv
|
||||
endif
|
||||
" Enable snipMate compatibility feature.
|
||||
" let g:neosnippet#enable_snipmate_compatibility = 1
|
||||
" let g:neosnippet#snippets_directory='~/.vim/custom-snippets'
|
||||
let g:neosnippet#enable_snipmate_compatibility = 1
|
||||
let g:neosnippet#snippets_directory='~/.vim/custom-snippets'
|
||||
|
||||
|
||||
" rainbow
|
||||
|
||||
@ -107,7 +107,5 @@
|
||||
}
|
||||
},
|
||||
"coc.preferences.hoverTarget": "float",
|
||||
"diagnostic.virtualText": true,
|
||||
"diagnostic.enableSign": true,
|
||||
"suggest.floatEnable": true
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user