Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/locojay/locovim
Browse files Browse the repository at this point in the history
Conflicts:
	vimrc
  • Loading branch information
locojay committed Apr 22, 2014
2 parents 52fefd8 + ef0762f commit d3a06ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ nmap <silent><leader>nf :NERDTreeFind<CR>
let g:NERDTreeWinPos = "left"
"down't display the following files
let NERDTreeIgnore=['\.DS_Store$','\.pyc$', '\.xls$','\.zip$','\.pdf$','\.nav$','\.snm$','.\toc$','\.vrb$','\.aux$' , '\.git$', '\.db$', '\.ropeproject', '\.so$', '\.un\~$', '\.lein-plugins$']
let NERDTreeIgnore=['\.DS_Store$','\.pyc$', '\.xls$','\.zip$','\.pdf$','\.nav$','\.snm$','.\toc$','\.vrb$','\.aux$' , '\.git$', '\.db$', '\.ropeproject', '\.so$', '\.un\~$', '\.lein-plugins$', '\.beam$']
let NERDTreeHighlightCursorline=1
" Show the bookmarks table on startup
let NERDTreeShowBookmarks=1
Expand Down Expand Up @@ -1021,5 +1021,6 @@ Bundle 'edkolev/erlang-motions.vim'

Bundle "gcmt/wildfire.vim"
" Bundle "MattesGroeger/vim-bookmarks"
Bundle "mhinz/vim-startify"
filetype plugin indent on

0 comments on commit d3a06ff

Please sign in to comment.