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.
- Host: GitHub
- URL: https://github.com/knightchaser/myvimcustom
- Owner: KnightChaser
- Created: 2023-07-22T17:47:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T17:32:32.000Z (almost 3 years ago)
- Last Synced: 2024-04-18T11:23:14.104Z (about 2 years ago)
- Topics: customization, vim, vim-configuration, vimrc
- Language: Vim Script
- Homepage:
- Size: 1.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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