kristijanhusak/neovim-config

github github
dotfiledotfilesneovimtmuxvimvimlzsh
stars 250
issues 1
subscribers 9
forks 39
CREATED

2016-01-18

UPDATED

4 days ago


Neovim and terminal configuration

Neovim configuration is completely written in lua, thus it requires Neovim 0.5+.

  • Super old tmux setup: tmux branch.

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

Warning: Install script removes all previous configuration (zshrc, oh-my-zsh, nvim, i3)

Installation

$ git clone https://github.com/kristijanhusak/neovim-config.git ~/neovim-config
$ cd ~/neovim-config
$ chmod +x ./install.sh
$ ./install.sh
$ nvim

Plugins

see plugins.lua

Font used:

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.