Ver Fonte

Remove vdebug, Update neonwave

cinaeco há 7 anos atrás
pai
commit
38c4004061
3 ficheiros alterados com 2 adições e 9 exclusões
  1. 1 4
      vim/plugins.vim
  2. 1 0
      vim/settings/colorscheme-statusline.vim
  3. 0 5
      vim/settings/vdebug.vim

+ 1 - 4
vim/plugins.vim

@@ -24,9 +24,6 @@ Plug 'tpope/vim-fugitive'
 Plug 'tpope/vim-repeat'
 Plug 'tpope/vim-unimpaired'
 Plug 'vim-scripts/visualrepeat'
-if v:version >= 703
-  Plug 'joonty/vdebug'
-endif
 if v:version >= 704
   Plug 'vim-pandoc/vim-pandoc'
 endif
@@ -34,9 +31,9 @@ endif
 
 " Visual {{{
 Plug 'AlessandroYorba/Alduin'
-Plug 'MidnaPeach/neonwave.vim'
 Plug 'altercation/vim-colors-solarized'
 Plug 'cinaeco/airline-surarken'
+Plug 'cinaeco/neonwave.vim'
 Plug 'junegunn/goyo.vim'
 Plug 'junegunn/limelight.vim'
 Plug 'vim-airline/vim-airline'

+ 1 - 0
vim/settings/colorscheme-statusline.vim

@@ -3,6 +3,7 @@
 " Available colour schemes:
 " - solarized
 " - neonwave
+" - alduin
 
 " Fix wrong background colour in tmux, when using 256 colours, and when vim
 " changes the background colour. http://sunaku.github.io/vim-256color-bce.html

+ 0 - 5
vim/settings/vdebug.vim

@@ -1,5 +0,0 @@
-let g:vdebug_options = {
-  \ 'break_on_open' : 0,
-  \ 'watch_window_style' : 'compact',
-  \ 'path_maps' : {"/usr": "/jails/alcatraz/usr"}
-\ }