My vim settings and plugins, compatible with MacVim in OSX. Requires vim 8.1+
I use vim-plug for plugin managment.
Installation is simple, just do following command in terminal:
# Make sure that .vim/ isn't exist in your home dir
$ git clone https://github.com/SSARCandy/ssarcandy-vim.git ~/.vim
# Make soft link .vim/vimrc to ~/.vimrc
$ ln -s .vim/vimrc ~/.vimrc
# Install plugins
$ vim -S ~/.vim/plug-snapshot- Q: airline glyphs cannot show normally.
- A: see instruction of airline fonts
- Q: neocomplete says need Lua supports
- A: see neocomplete README
- Q: ack.vim didn't work.
- A: ack.vim required ack installed.
- Q: vim-go not working
- A: see vim-go readme
- mileszs/ack.vim
- moll/vim-bbye
- ctrlpvim/ctrlp.vim
- Raimondi/delimitMate
- othree/es.next.syntax.vim
- haya14busa/incsearch.vim
- Yggdroot/indentLine
- Shougo/neocomplete.vim
- scrooloose/nerdcommenter
- scrooloose/nerdtree
- scrooloose/syntastic
- godlygeek/tabular
- vim-scripts/taglist.vim
- vim-airline/vim-airline
- vim-airline/vim-airline-themes
- Chiel92/vim-autoformat
- skammer/vim-css-color
- airblade/vim-gitgutter
- fatih/vim-go
- pangloss/vim-javascript
- mxw/vim-jsx
- terryma/vim-multiple-cursors
- myhere/vim-nodejs-complete
- tpope/vim-sleuth
- honza/vim-snippets
- othree/yajs.vim
- chrisbra/csv.vim
- ivalkeen/nerdtree-execute
- davidhalter/jedi-vim
- andviro/flake8-vim
- sheerun/vim-polyglot
- vim-tw/vimcdoc-tw

