https://github.com/chrisyue/my-vimrc-without-plugins
My vimrc without installing any plugins
https://github.com/chrisyue/my-vimrc-without-plugins
vim vimrc
Last synced: about 1 month ago
JSON representation
My vimrc without installing any plugins
- Host: GitHub
- URL: https://github.com/chrisyue/my-vimrc-without-plugins
- Owner: chrisyue
- Created: 2019-12-08T16:40:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T11:39:51.000Z (over 4 years ago)
- Last Synced: 2025-01-14T15:23:45.022Z (over 1 year ago)
- Topics: vim, vimrc
- Language: Vim script
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Vimrc Without Plugins
My vimrc without installing any plugins
# How to Use
Clone this repository, assuming it is cloned to a folder `/path/to/vimrc/`.
Start vim with parameter `-u` to specify the vimrc folder:
```shell
vim -u /path/to/vimrc
```
If you don't want to append the `-u` parameter everytime you starting vim, there are two options
1. `alias vi2="vim -u /path/to/vimrc"`.
2. Or you could `mv` the `path/to/vimrc/` folder to `$HOME/.vim`.
You could check `$HOME` out by running the command `:echo $HOME` in vim.