1
0
Fork 0

remove ide like vim plugins as well as disable ^S/^Q in zshrc and remove aliases I never use anyway

This commit is contained in:
Von Random 2018-06-09 20:15:56 +03:00
parent d1456d5be4
commit f7a608b37b
2 changed files with 4 additions and 28 deletions

View file

@ -15,12 +15,6 @@ Plug 'tpope/vim-rsi'
Plug 'vdrandom/vim-tru-typewriter'
Plug 'vim-scripts/directionalWindowResizer'
" IDE liek, per filetype
" if v:version >= 800
" Plug 'davidhalter/jedi-vim', { 'for': 'python' }
" Plug 'w0rp/ale', { 'for': 'python' }
" endif
" colorschemes
Plug 'lifepillar/vim-solarized8'
Plug 'lifepillar/vim-gruvbox8'