https://github.com/nikitug/vium
My vim files
https://github.com/nikitug/vium
Last synced: 2 months ago
JSON representation
My vim files
- Host: GitHub
- URL: https://github.com/nikitug/vium
- Owner: nikitug
- Created: 2012-03-18T11:39:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-09-06T15:09:18.000Z (almost 5 years ago)
- Last Synced: 2025-11-30T08:24:08.741Z (7 months ago)
- Language: Vim script
- Homepage:
- Size: 71.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vium
Vim distribution I use to get shit done.
## Installation
```bash
# say goodbye to your old .vim
mv ~/.vim ~/.vim.bak
mv ~/.vimrc ~/.vimrc.bak
git clone git://github.com/nikitug/vium.git ~/.vim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
ln -s ~/.vim/vimrc ~/.vimrc
# install plugins
vim +PluginInstall +qall
pip3 install neovim
```