thiagolopes / nvim-master

vimrc without keybindings changes
MIT License
7 stars 0 forks source link
neovim neovim-configuration vim vim-configs vim-configuration vimrc

vim master

This project is being ported to Neovim

Install

The process below will write/change the .vimrc file content.

During the install process you will be asked about features support. For now you can enable or disable support for:

$ git clone https://github.com/ThiagoLopes/vim-master.git ~/.vimconfigs
$ cd ~/.vimconfigs
$ sh install.sh

Start your Neovim.

Update

To update your vim-master with latest features, just run the following command: $ cd ~/.vimconfigs && sh update.sh

Uninstall

To disable the configs from vim-master project, just rewrite your .vimrc file with your own configs, or keep it empty.

To completly uninstall plugins:

$ rm -r ~/.vimconfigs/plugged

Requeriments

Thanks: