Skip to content

Instantly share code, notes, and snippets.

@cxsu
Last active February 5, 2021 02:12
Show Gist options
  • Save cxsu/9bb11419b2cf76ed48fc4aefbe99909d to your computer and use it in GitHub Desktop.
Save cxsu/9bb11419b2cf76ed48fc4aefbe99909d to your computer and use it in GitHub Desktop.
"call plug#begin('~/.vim/plugged')
"Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
"Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
"call plug#end()
"https://vimawesome.com/
"vim-airline
"vim-fugitive
"NERDTree
"vim-gitgutter
"vim-go
filetype plugin indent on
set backspace=indent,eol,start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment