From 1fe1ba9edf316e63fea4c405fbc1dfcbffef1f1c Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sun, 24 Oct 2021 22:22:43 -0700 Subject: [PATCH] neovim: Remove neosnippet --- neovim/init.vim | 5 ----- 1 file changed, 5 deletions(-) diff --git a/neovim/init.vim b/neovim/init.vim index 5206d4f..3383cb1 100644 --- a/neovim/init.vim +++ b/neovim/init.vim @@ -39,7 +39,6 @@ Plug 'plasticboy/vim-markdown' Plug 'qpkorr/vim-bufkill' Plug 'rust-lang/rust.vim' Plug 'scrooloose/nerdtree' -Plug 'Shougo/neosnippet.vim' Plug 'sirtaj/vim-openscad' Plug 'tpope/vim-abolish' Plug 'tpope/vim-bundler' @@ -320,10 +319,6 @@ imap (UnicodeFuzzy) " https://vim.fandom.com/wiki/Search_for_visually_selected_text vnoremap // y/\V=escape(@",'/\') -imap (neosnippet_expand_or_jump) -smap (neosnippet_expand_or_jump) -xmap (neosnippet_expand_target) - " CTRL-L usually clears and redraws the screen. Might as well use it to reset " the colorscheme too! fun s:ResetScreen()