Skip to content

Instantly share code, notes, and snippets.

@rawinng
Created October 7, 2020 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rawinng/3d11baacae7ce3ef34d9e90fbd280860 to your computer and use it in GitHub Desktop.
Save rawinng/3d11baacae7ce3ef34d9e90fbd280860 to your computer and use it in GitHub Desktop.
" change leader key
let mapleader = "\<Space>"
" vim plug start
call plug#begin('~/.vim/plugged')
Plug 'sheerun/vimrc'
Plug 'sheerun/vim-polyglot'
Plug 'junegunn/vim-easy-align'
Plug 'scrooloose/nerdtree',{'on':'NERDTreeToggle'}
Plug 'sheerun/vim-polyglot'
" Use release branch (recommend)
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
call plug#end()
let g:airline_theme='solarized'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment