This is my Neovim editor setup, with zsh and tmux 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, tmux)
$ git clone https://github.com/kristijanhusak/neovim-config.git ~/neovim-config
$ cd ~/neovim-config
$ chmod +x ./install.sh
$ ./install.sh
$ nvim
$ :UpdateRemotePlugins
- k-takata/minpac
- Shougo/deoplete.nvim
- Shougo/neosnippet
- w0rp/ale
- Raimondi/delimitMate
- manasthakur/vim-commentor
- tpope/vim-surround
- tpope/vim-repeat
- tpope/vim-fugitive
- AndrewRadev/splitjoin.vim
- airblade/vim-gitgutter
- sheerun/vim-polyglot
- mattn/emmet-vim
- dyng/ctrlsf.vim
- junegunn/fzf
- junegunn/fzf.vim
- ludovicchabant/vim-gutentags
- phpactor/phpactor
- kristijanhusak/vim-js-file-import
- kristijanhusak/vim-dirvish-git
- kristijanhusak/deoplete-phpactor
- vimwiki/vimwiki
- editorconfig/editorconfig-vim
- morhetz/gruvbox
- justinmk/vim-dirvish
- andymass/vim-matchup
- haya14busa/vim-asterisk
- osyo-manga/vim-anzu
- autozimu/LanguageClient-neovim
- soywod/vim-keepeye
- wellle/targets.vim
Font used:
- current - Iosevka
- previous (and on screenshots) - Inconsolata for powerline
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.