From 01cc1fd9f8d3484451fb33dc06d3eb76622dd7e0 Mon Sep 17 00:00:00 2001 From: katherine Date: Sun, 19 Feb 2017 00:05:04 -0700 Subject: rearrange .zshrc modularity and switch to nvim --- .vimrc | 9 --------- 1 file changed, 9 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 0f40cd0..9f38f20 100644 --- a/.vimrc +++ b/.vimrc @@ -46,9 +46,6 @@ Plugin 'dermusikman/sonicpi.vim' Plugin 'tomtom/tcomment_vim' -Plugin 'SirVer/ultisnips' -Plugin 'kiith-sa/DSnips' - call vundle#end() @@ -65,12 +62,6 @@ nmap ga (EasyAlign) "timeout on keycodes to prevent fcitx-switcher from lagging set ttimeoutlen=100 -"vertical split ultisnips edit -let g:UltiSnipsEditSplit="vertical" - -let g:UltiSnipsJumpForwardTrigger="" -let g:UltiSnipsJumpBackwardTrigger="" - "lightline colours. modded from 16color function! s:Lightline_palette_init() let l:black = [ '#000000', 0 ] -- cgit v1.2.3