we don't need the snippet paths because it is already in the runtime
This commit is contained in:
parent
319ab15330
commit
7c1fc2bf62
5
init.vim
5
init.vim
@ -111,11 +111,6 @@ let g:deoplete#enable_smart_case = 1
|
|||||||
" " Enable snipMate compatibility feature.
|
" " Enable snipMate compatibility feature.
|
||||||
let g:neosnippet#enable_snipmate_compatibility = 1
|
let g:neosnippet#enable_snipmate_compatibility = 1
|
||||||
" Tell Neosnippet about the other snippets
|
" Tell Neosnippet about the other snippets
|
||||||
if has("win32")
|
|
||||||
let g:neosnippet#snippets_directory='$USERPROFILE\\AppData\\Local\\nvim\\plugged\\vim-snippets\'
|
|
||||||
else
|
|
||||||
let g:neosnippet#snippets_directory='~/.vim/bundle/vim-snippets/snippets'
|
|
||||||
end
|
|
||||||
imap <expr><TAB> neosnippet#expandable_or_jumpable() ? "\<Plug>(neosnippet_expand_or_jump)" : pumvisible() ? "\<C-n>" : "\<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>"
|
smap <expr><TAB> neosnippet#expandable_or_jumpable() ? "\<Plug>(neosnippet_expand_or_jump)" : "\<TAB>"
|
||||||
" conceal neosnippet markers
|
" conceal neosnippet markers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user