airline and ctrlp changes

This commit is contained in:
Tyrel Souza 2017-06-08 13:21:52 -04:00
parent 879c601a56
commit d506c1276c
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5
2 changed files with 3 additions and 3 deletions

View File

@ -13,3 +13,4 @@ tmp/**/*
.ruby-version
release_package.sh
local.fish
local.env

5
vimrc
View File

@ -158,7 +158,6 @@ endif
set tags=./.tags;
let g:tagbar_ctags_bin='/usr/local/bin/ctags'
let g:session_autoload = 'no'
let g:airline#extensions#tabline#fnamemod = ':.'
let g:ctrlp_working_path_mode = 0
let g:ctrlp_custom_ignore = 'node_modules\|DS_Store\|git|.pyc'