neovim: Remove neosnippet
This commit is contained in:
parent
fbc1658000
commit
1fe1ba9edf
1 changed files with 0 additions and 5 deletions
|
|
@ -39,7 +39,6 @@ Plug 'plasticboy/vim-markdown'
|
||||||
Plug 'qpkorr/vim-bufkill'
|
Plug 'qpkorr/vim-bufkill'
|
||||||
Plug 'rust-lang/rust.vim'
|
Plug 'rust-lang/rust.vim'
|
||||||
Plug 'scrooloose/nerdtree'
|
Plug 'scrooloose/nerdtree'
|
||||||
Plug 'Shougo/neosnippet.vim'
|
|
||||||
Plug 'sirtaj/vim-openscad'
|
Plug 'sirtaj/vim-openscad'
|
||||||
Plug 'tpope/vim-abolish'
|
Plug 'tpope/vim-abolish'
|
||||||
Plug 'tpope/vim-bundler'
|
Plug 'tpope/vim-bundler'
|
||||||
|
|
@ -320,10 +319,6 @@ imap <C-G><C-F> <Plug>(UnicodeFuzzy)
|
||||||
" https://vim.fandom.com/wiki/Search_for_visually_selected_text
|
" https://vim.fandom.com/wiki/Search_for_visually_selected_text
|
||||||
vnoremap // y/\V<C-R>=escape(@",'/\')<CR><CR>
|
vnoremap // y/\V<C-R>=escape(@",'/\')<CR><CR>
|
||||||
|
|
||||||
imap <C-k> <Plug>(neosnippet_expand_or_jump)
|
|
||||||
smap <C-k> <Plug>(neosnippet_expand_or_jump)
|
|
||||||
xmap <C-k> <Plug>(neosnippet_expand_target)
|
|
||||||
|
|
||||||
" CTRL-L usually clears and redraws the screen. Might as well use it to reset
|
" CTRL-L usually clears and redraws the screen. Might as well use it to reset
|
||||||
" the colorscheme too!
|
" the colorscheme too!
|
||||||
fun s:ResetScreen()
|
fun s:ResetScreen()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue