https://github.com/karbassi/vimrc
karbassi's vim
https://github.com/karbassi/vimrc
vim vim-configs vim-configuration vimrc
Last synced: 10 months ago
JSON representation
karbassi's vim
- Host: GitHub
- URL: https://github.com/karbassi/vimrc
- Owner: karbassi
- License: mit
- Created: 2017-05-23T16:15:01.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T05:42:14.000Z (12 months ago)
- Last Synced: 2025-01-31T06:25:33.462Z (12 months ago)
- Topics: vim, vim-configs, vim-configuration, vimrc
- Language: Vim Script
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# VIMRC files
A bunch of configurations and plugins for vim.
## Installation
```sh
# Backup vim config folder
mv ~/.vim{,-bak}
# Clone current repo
git clone https://github.com/karbassi/vimrc.git ~/.vim
# Run vim the first time and install the plugins.
# This will load vim, inst all the plugins, then quit.
vim -c "PlugInstall | qa"
```
## Contributing
The [contributing guide](CODE_OF_CONDUCT.md) is a good place to start. If you have questions, feel free to ask.
## License
MIT © [Ali Karbassi](https://karbassi.com)