An open API service indexing awesome lists of open source software.

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

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)