Just another vimrc configuration.
Fundamentals:
- Vim defaults as much as possible;
- Fewer plugins;
- No autocomplete;
- Need oriented settings
The process below will write/change the .vimrc
file content.
$ git clone https://github.com/caiocarrara/vimnimum.git ~/.vimnimum
$ cd ~/.vimnimum
$ sh install.sh
Start your vim.
To update your vim-master with latest features, just run the following command:
$ cd ~/.vimnimum && sh update.sh
To disable configs from vimnimum, just rewrite your .vimrc
file with your own
configs, or keep it empty.
To complete remove vimnimum files:
$ rm -r ~/.vimnimum
- Make sure you have
vim-gtk
orvim-gnome
package installed so copy and paste can work well with system's clipboard - flake8 is needed to Python checks.
- xclip is needed to copy and paste work on NeoVim
This project started as a fork from vim-master and will not exist without its previous work.