https://github.com/davelens/dotvim.old
An archive of my retired pre-Lua Vim config.
https://github.com/davelens/dotvim.old
vim vim-configuration vimrc
Last synced: 12 months ago
JSON representation
An archive of my retired pre-Lua Vim config.
- Host: GitHub
- URL: https://github.com/davelens/dotvim.old
- Owner: davelens
- License: apache-2.0
- Created: 2024-12-23T15:17:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-25T15:09:55.000Z (over 1 year ago)
- Last Synced: 2025-05-20T06:38:05.074Z (about 1 year ago)
- Topics: vim, vim-configuration, vimrc
- Language: Vim Script
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGElOG.md
- License: LICENSE
Awesome Lists containing this project
README
# dotvim.old
An archive of my retired pre-Lua Vim config.
Tested on **Christmas day 2024** and deemed functional at that particular time.
## Install
```bash
git clone git@github.com:davelens/dotvim.old.git ~/.dotvim.old
cd ~/.dotvim.old && ./install.sh && cd -
```
Plugins should bootstrap themselves automatically, though you might get an error related to solarized when you start vim for the first time. If you do, you need to run `:PlugInstall` to grab the missing plugins.
At any rate, you should close and restart vim to load in solarized correctly.
## Uninstall
```bash
cd ~/.dotvim.old && ./uninstall.sh && cd - && rm -rf ~/.dotvim.old
```