https://github.com/nawarian/vim-cfgs
My .vimrc and .vim/ files
https://github.com/nawarian/vim-cfgs
Last synced: 2 months ago
JSON representation
My .vimrc and .vim/ files
- Host: GitHub
- URL: https://github.com/nawarian/vim-cfgs
- Owner: nawarian
- License: gpl-3.0
- Created: 2023-09-21T06:03:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-16T12:39:07.000Z (11 months ago)
- Last Synced: 2025-02-15T16:13:43.426Z (3 months ago)
- Language: Vim Script
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## How to use
Go to your home folder and remove anything related to vim configs:
```
$ cd ~
$ rm -rf .vimrc .vim
```Then clone the repository into the `.vim` folder and download its submodules:
```
$ git clone [email protected]:nawarian/vim-cfgs.git .vim
$ git submodule init
$ git submodule update
```Lastly, symlink the `.vimrc` file:
```
$ ln -S ~/.vim/.vimrc ~/.vimrc
```