An open API service indexing awesome lists of open source software.

https://github.com/knightchaser/myvimcustom

"Just VIM" isn't cool enough. "Custom VIM" is the solution.
https://github.com/knightchaser/myvimcustom

customization vim vim-configuration vimrc

Last synced: 11 months ago
JSON representation

"Just VIM" isn't cool enough. "Custom VIM" is the solution.

Awesome Lists containing this project

README

          

# myVimCustom

### Installation
0. Note that `brew`(`homebrew`) is required. Install `brew` first by the command below!
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```
2. (If you are going to use programming autocomplete and checker provided from `vimplug`) Run instructions written in `install_vimplug.sh`.
3. Apply `~/.vimrc` in this GitHub repository to yours. (Don't forget to install `vimplug`'s autocomplete feature by the command like `:CocInstall coc-clangd coc-sh coc-html coc-json coc-markdownlint coc-phpls @yaegassy/coc-pylsp ...` if you were willing to do at the step 1)
- **Intended for Linux environments(Ubuntu 22.04@WSLv2 on Windows for my case)**

### Preview