Skip to content
/ nvim Public
forked from adibis/nvim

NeoVim configuration files

Notifications You must be signed in to change notification settings

tbt294/nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

neovim

Installation and Upgrades

Install:

git clone git://github.com/adibis/nvim.git ~/.config/nvim
nvim +PlugInstall +qall

Update:

nvim +PlugUpgrade +PlugUpdate +PlugClean +qall

NOTE: neovim sometimes freezes when updating like this. In that case please run neovim and then manually run the three commands listed above.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request: (ideally to the devel branch)

About

NeoVim configuration files

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%