Updating vimrc

This commit is contained in:
Nicole Tietz-Sokolskaya 2016-02-16 23:31:53 -05:00
parent eb8e9a4acf
commit 441787c468
1 changed files with 6 additions and 1 deletions

7
vimrc
View File

@ -48,9 +48,14 @@ set splitbelow
map <C-n> :NERDTreeToggle<CR> map <C-n> :NERDTreeToggle<CR>
" Enable airline by default
set laststatus=2
let g:airline#extensions#tabline#enabled = 1 let g:airline#extensions#tabline#enabled = 1
set laststatus=2 " Ignore *.pyc files.
let NERDTreeIgnore = ['\.pyc$']
" "
"" I think this is some command for OS X compatibility? I don't know. Leaving "" I think this is some command for OS X compatibility? I don't know. Leaving
"" it here so that I can find it later if I need it. "" it here so that I can find it later if I need it.