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()