Skip to content
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.

thiagolopes/nvim-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • Syntax and Colorscheme (RECOMMENDED)
  • Python
  • Javascript
  • Frontend
  • Autocomplete
  • Beta features
$ 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

  • Hack Fonts!
  • exuberant-ctags on DEB/RPM distros
  • Make sure you have vim-gtk or vim-gnome package installed so copy and paste can work well with system's clipboard
  • flake8 is needed to Python checks.

Thanks: