diff --git a/vim/gvimrc.symlink b/vim/gvimrc.symlink index 62006f8..ce375f8 100644 --- a/vim/gvimrc.symlink +++ b/vim/gvimrc.symlink @@ -1,5 +1,5 @@ " set font and colorscheme -colorscheme ir_black +colorscheme smyck set guifont=* set guifont=Inconsolata:h14 diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index ddcbc4c..4fffc85 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -34,6 +34,8 @@ Bundle 'tsaleh/vim-matchit' Bundle 'benmills/vimux' Bundle 'mattn/zencoding-vim' Bundle 'int3/vim-taglist-plus' +Bundle 'airblade/vim-gitgutter' +Bundle 'ap/vim-css-color' filetype plugin indent on @@ -86,7 +88,7 @@ if has("autocmd") autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab autocmd FileType make setlocal ts=8 sts=8 sw=8 noexpandtab autocmd FileType ruby setlocal ts=2 sts=2 sw=2 expandtab - autocmd FileType html setlocal ts=4 sts=4 sw=4 expandtab + autocmd FileType html setlocal ts=4 sts=4 sw=4 expandtab indentkeys-=* autocmd FileType jade setlocal ts=2 sts=2 sw=2 noexpandtab "autocmd WinEnter * setlocal cursorline "autocmd WinLeave * setlocal nocursorline @@ -357,8 +359,11 @@ nmap k :NERDTreeToggle nmap y :NERDTreeFind " map fuzzyfinder (CtrlP) plugin -nmap t :CtrlP +" nmap t :CtrlP nmap r :CtrlPBuffer +let g:ctrlp_map='t' +let g:ctrlp_dotfiles=1 +let g:ctrlp_working_path_mode = 'ra' " Fugitive Shortcuts nmap gs :Gstatus