https://github.com/stepanzubkov/vimrc
Nvim, Vim configs and tools for config synchronizing.
https://github.com/stepanzubkov/vimrc
Last synced: about 1 year ago
JSON representation
Nvim, Vim configs and tools for config synchronizing.
- Host: GitHub
- URL: https://github.com/stepanzubkov/vimrc
- Owner: stepanzubkov
- License: mit
- Created: 2023-03-11T18:59:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-04T09:56:19.000Z (about 1 year ago)
- Last Synced: 2025-05-04T10:36:06.258Z (about 1 year ago)
- Language: Lua
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vimrc
My *neovim* and *vim* configs.
`nvim_old` - Old neovim config in Vimscript
`nvim_lua` - Neovim config in lua
To install one of this configs:
```bash
git clone git@github.com:stepan-zubkov/vimrc.git
cd vimrc/
chmod +x install.sh
./install.sh (config_name)
# For vim
# ./install.sh -e vim (config_name)
```
Also see `./install.sh --help`
To update config in repository:
```bash
chmod +x update.sh
./update.sh (сonfig_name) (repo_path)
# For vim
# ./update.sh -e vim (config_name) (repo_path)
```
You can move `update.sh` script to any directory you want. `update.sh` script by default copied to vim config dir by `install.sh` script.
Also see `./update.sh --help`