diff options
author | Julian T <julian@jtle.dk> | 2019-04-13 18:37:09 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2019-04-13 18:37:09 +0200 |
commit | 6656c7e3dcc597232512c1def8a8b3e4ee3f2e4a (patch) | |
tree | c48fa75ed72c710c8e678b3ebef876a07f9e4402 /vim | |
parent | d1cc04a52c66ee197378d7354a1aba6281e8b32c (diff) |
Added lots of stuff
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 19 |
1 files changed, 4 insertions, 15 deletions
@@ -20,25 +20,15 @@ set shellslash Plugin 'tpope/vim-surround' Plugin 'tpope/vim-repeat' - " ctags stuff - Plugin 'ludovicchabant/vim-gutentags' - - " Language support - Plugin 'racer-rust/vim-racer' - Plugin 'davidhalter/jedi-vim' - Plugin 'junegunn/goyo.vim' - Plugin 'vim-latex/vim-latex' - Plugin 'jceb/vim-orgmode' + " Editor config + Plugin 'editorconfig/editorconfig-vim' " Color theme Plugin 'agude/vim-eldar' " File management - Plugin 'scrooloose/nerdtree' - - " Snippits - " Plugin 'SirVer/ultisnips' - " Plugin 'honza/vim-snippets' + " Plugin 'scrooloose/nerdtree' + Plugin 'tpope/vim-vinegar' " Git Plugin 'jreybert/vimagit' @@ -46,7 +36,6 @@ set shellslash " Tagbar use <F4> Plugin 'majutsushi/tagbar' - call vundle#end() " required filetype plugin indent on " required |