Browse Source

Merge branch 'development' of https://git.gregoryleeman.com/gregory/.vim into development

dev
Gregory Leeman 2 years ago
parent
commit
0d3e6093ae
  1. 4
      .gitignore
  2. 3
      vimrc

4
.gitignore

@ -1,4 +1,4 @@
plugged plugged
plugins/* plugins
plugin/* plugin
.netrwhist .netrwhist

3
vimrc

@ -15,6 +15,7 @@ colorscheme solarized
" }}} " }}}
" plugins {{{ " plugins {{{
call plug#begin('~/.vim/plugged') call plug#begin('~/.vim/plugged')
Plug '~/.vim/plugins/*'
Plug 'wannesm/wmgraphviz.vim' Plug 'wannesm/wmgraphviz.vim'
Plug 'weirongxu/plantuml-previewer.vim' Plug 'weirongxu/plantuml-previewer.vim'
Plug 'aklt/plantuml-syntax' Plug 'aklt/plantuml-syntax'
@ -23,8 +24,6 @@ Plug 'tpope/vim-fugitive'
Plug 'roginfarrer/vim-dirvish-dovish', {'branch': 'main'} Plug 'roginfarrer/vim-dirvish-dovish', {'branch': 'main'}
Plug 'pangloss/vim-javascript' Plug 'pangloss/vim-javascript'
Plug 'justinmk/vim-dirvish' Plug 'justinmk/vim-dirvish'
Plug '~/.vim/plugins/notecrate.vim'
Plug '~/.vim/plugins/todo.vim'
Plug 'tpope/vim-surround' Plug 'tpope/vim-surround'
Plug 'godlygeek/tabular' Plug 'godlygeek/tabular'
Plug 'pangloss/vim-javascript' Plug 'pangloss/vim-javascript'

Loading…
Cancel
Save