Skip to content

Instantly share code, notes, and snippets.

View peterklipfel's full-sized avatar

Peter Klipfel peterklipfel

View GitHub Profile
" ~/.config/nvim/init.vim
au BufNewFile,BufRead *.es6 set filetype=javascript
call plug#begin('~/.local/share/nvim/plugged')
Plug 'scrooloose/nerdtree'
map <C-n> :NERDTreeToggle<CR>
Plug 'Xuyuanp/nerdtree-git-plugin'