mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-21 11:42:28 +00:00
Updated oh-my-zsh
Also changed buffer behaviour in vim, to start using buffers.
This commit is contained in:
parent
4f9fa7c3e7
commit
58adf35001
@ -1 +1 @@
|
||||
Subproject commit 717e567bc8a756fb1223149b62efa9d2e84750c8
|
||||
Subproject commit 2c7f2f05ddd8d7a7c648c476189192f58f1600f5
|
4
vimrc
4
vimrc
@ -11,6 +11,7 @@ call vundle#rc()
|
||||
Bundle 'gmarik/vundle'
|
||||
Bundle 'LaTeX-Box-Team/LaTeX-Box'
|
||||
Bundle 'tpope/vim-fugitive'
|
||||
Bundle "tpope/vim-unimpaired"
|
||||
Bundle 'scrooloose/nerdtree'
|
||||
Bundle 'taglist.vim'
|
||||
Bundle "MarcWeber/vim-addon-mw-utils"
|
||||
@ -20,10 +21,11 @@ Bundle "garbas/vim-snipmate"
|
||||
Bundle "SpellCheck"
|
||||
Bundle "mattn/gist-vim"
|
||||
Bundle "mattn/webapi-vim"
|
||||
Bundle "tpope/vim-unimpaired"
|
||||
|
||||
filetype plugin indent on " required!
|
||||
|
||||
set hidden " To start working with buffers instead of tabs
|
||||
|
||||
highlight SpecialKey ctermfg=DarkGray
|
||||
set listchars=tab:>-,trail:~
|
||||
set list
|
||||
|
Loading…
Reference in New Issue
Block a user