https://github.com/whatyouhide/.vim
Vim configuration. Left to oblivion. ⚰️
https://github.com/whatyouhide/.vim
vim vim-configuration
Last synced: about 1 month ago
JSON representation
Vim configuration. Left to oblivion. ⚰️
- Host: GitHub
- URL: https://github.com/whatyouhide/.vim
- Owner: whatyouhide
- Created: 2015-11-10T22:15:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-10T23:06:47.000Z (over 10 years ago)
- Last Synced: 2025-12-28T09:55:32.084Z (6 months ago)
- Topics: vim, vim-configuration
- Language: VimL
- Homepage:
- Size: 0 Bytes
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim configuration
Mostly abandoned vim configuration, but still mostly operational.
## Installation
Just clone this repository, `cd` into it and run:
```bash
$ ./install.sh
```
It will symlink `vimrc.symlink` to `~/.vimrc`, `gvimrc.symlink` to `~/.gvimrc`,
and this directory to `~/.vim`. `~/.(g)vimrc` and `~/.vim` will be overridden
if present, but confirmation will be asked before doing that. After symlinking,
[vim-plug](https://github.com/junegunn/vim-plug) will be downloaded and vim
will be opened to install plugins. The first time it opens, it will give a
bunch of errors because plugins are not there yet. Just hit `` so that
vim actually starts and plugins are installed.
## License
MIT Andrea Leopardi, © 2015