Skip to content

nkatte/neovim-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

========

This is my Neovim editor setup. Feel free to fork it and submit a pull request if you found any bug.

Installation

$ git clone https://github.com/kristijanhusak/neovim-config.git ~/neovim-config
$ cd ~/neovim-config
$ chmod +x ./install.sh
$ ./install.sh
$ nvim
$ :call dein#install()
$ :UpdateRemotePlugins

Plugins

License

This project is licensed under MIT License (see LICENSE file for details). But each plugin has its own license, so check each one to see what you can do.

About

Neovim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 83.2%
  • Shell 16.8%