From 7d5ad2b2b99a3a27a971320be7f21054cb920b4a Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 30 Nov 2016 14:01:58 -0500 Subject: Removes snippets and adds plugins --- configs/.vimrc | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'configs') diff --git a/configs/.vimrc b/configs/.vimrc index 36417a4c1d62..5b08f2c778a7 100644 --- a/configs/.vimrc +++ b/configs/.vimrc @@ -160,19 +160,6 @@ set conceallevel=1 set concealcursor=nvic -" Ultisnips -" Track the engine. -Plugin 'SirVer/ultisnips' - -" Snippets are separated from the engine. Add this if you want them: -Plugin 'honza/vim-snippets' - -" Trigger configuration. Do not use if you use https://github.com/Valloric/YouCompleteMe. -let g:UltiSnipsExpandTrigger="" -" let g:UltiSnipsJumpForwardTrigger="" -" let g:UltiSnipsJumpBackwardTrigger="" - - " map jk to inoremap jk @@ -315,6 +302,9 @@ syntax enable set background=dark colorscheme OceanicNext +set history=1000 +set undolevels=1000 + set t_Co=255 @@ -404,6 +394,10 @@ nnoremap L $ vnoremap L $ +" Search for visually selected text +vnoremap // y/" + + " trim trailing whitespace on save autocmd BufWritePre *.{js,py,tpl,less,html} :%s/\s\+$//e -- cgit 1.4.1