Last active
February 5, 2021 02:12
-
-
Save cxsu/9bb11419b2cf76ed48fc4aefbe99909d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "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