Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrushan committed Feb 7, 2017
2 parents 009428e + 5518476 commit e051f41
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion conf/.config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ let g:notes_directories = ['~/notes']

map <Leader>e <Plug>(easymotion-bd-w)
let g:NERDTreeWinSize=20

" ============================================================

colorscheme molokai
Expand All @@ -96,7 +98,9 @@ au FileType lua setlocal shiftwidth=3 tabstop=3
au FileType vim setlocal shiftwidth=2 tabstop=2
au FileType javascript setlocal shiftwidth=2 tabstop=2
au BufNewFile,BufRead *.md setlocal filetype=markdown
au VimEnter * NERDTree
au VimEnter * NERDTree
" jump to the main window instead of staying in NERDTree window
au VimEnter * wincmd p

set hidden " allows you to have unwritten changes to a file and open a new file
set smartcase " ignore case if search pattern is all lowercase
Expand Down

0 comments on commit e051f41

Please sign in to comment.