Browse Source

lazygit 2022-11-08 10:57

dev
Gregory Leeman 2 years ago
parent
commit
0c9768f3c8
  1. 3
      vimrc

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