Updating vimrc
This commit is contained in:
parent
eb8e9a4acf
commit
441787c468
1 changed files with 6 additions and 1 deletions
7
vimrc
7
vimrc
|
@ -48,9 +48,14 @@ set splitbelow
|
|||
|
||||
map <C-n> :NERDTreeToggle<CR>
|
||||
|
||||
|
||||
" Enable airline by default
|
||||
set laststatus=2
|
||||
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
|
||||
"" it here so that I can find it later if I need it.
|
||||
|
|
Loading…
Reference in a new issue