From ea4da4bf31e8520d8a85e2e98a4c8253878662fb Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Wed, 12 Apr 2017 00:26:26 +0100 Subject: [PATCH] Added a few plugins --- .gitignore | 1 + .vimrc | 26 ++++++++++++++++++-------- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index f752b0a..3b7e6a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ bundle/* colors/* tags +init.vim diff --git a/.vimrc b/.vimrc index afc6bf2..a7bc79b 100644 --- a/.vimrc +++ b/.vimrc @@ -1,9 +1,8 @@ -set nocompatible -filetype off +set nocompatible +filetype off colorscheme badwolf " using Source Code Pro -set anti enc=utf-8 set rtp+=~/.vim/bundle/vundle/ call vundle#rc() @@ -22,7 +21,7 @@ set noswapfile let mapleader="," " easier indentation, retains selection -vnoremap < >gv "brace autocompletion @@ -55,7 +54,7 @@ set incsearch set smartcase " let Vundle manage Vundle -" required! +" required! Bundle 'Chiel92/vim-autoformat' Bundle 'gmarik/vundle' Bundle 'scrooloose/nerdtree' @@ -67,18 +66,29 @@ Bundle 'evanmiller/nginx-vim-syntax' " " original repos on github Bundle 'tpope/vim-fugitive' -Bundle 'fholgado/minibufexpl.vim' +" Bundle 'fholgado/minibufexpl.vim' Bundle 'Valloric/YouCompleteMe' -Bundle 'marijnh/tern_for_vim' +Bundle 'marijnh/tern_for_vim' Bundle 'https://github.com/kien/ctrlp.vim' Bundle 'https://github.com/klen/python-mode.git' Bundle 'https://github.com/godlygeek/tabular.git' Bundle 'taglist.vim' Bundle 'mattn/emmet-vim' Bundle 'tpope/vim-dispatch' + +Bundle 'vim-airline/vim-airline' +Bundle 'vim-airline/vim-airline-themes' +Bundle 'ntpeters/vim-better-whitespace' +Bundle 'ap/vim-buftabline' +Bundle 'airblade/vim-gitgutter' +Bundle 'elzr/vim-json' +Bundle 'OmniSharp/omnisharp-vim' + let g:JSHintHighlightErrorLine = 0 let g:miniBufExplForceSyntaxEnable = 1 +let g:airline#extensions#tabline#enabled = 1 + " These are the tweaks I apply to YCM's config, you don't need them but they " might help. " " YCM gives you popups and splits by default that some people might not @@ -173,7 +183,7 @@ syntax on set background=dark syntax enable -filetype plugin indent on +filetype plugin indent on "Added by android-vim: set tags+=/home/fergalm/.vim/tags