========
This is my Neovim editor setup. Feel free to fork it and submit a pull request if you found any bug.
$ 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
- christoomey/vim-tmux-navigator
- ryanoasis/vim-devicons
- benekastah/neomake
- nelstrom/vim-visual-star-search
- mileszs/ack.vim
- ctrlpvim/ctrlp.vim
- Raimondi/delimitMate
- mattn/emmet-vim
- tpope/vim-commentary
- tpope/vim-surround
- tpope/vim-repeat
- tpope/vim-fugitive
- scrooloose/nerdtree
- airblade/vim-gitgutter
- vim-airline/vim-airline
- vim-airline/vim-airline-themes
- duff/vim-bufonly
- gregsexton/MatchTag
- kristijanhusak/vim-hybrid-material
- Shougo/deoplete.nvim
- Shougo/neosnippet
- honza/vim-snippets
- sheerun/vim-polyglot
- benjie/neomake-local-eslint.vim
- dkprice/vim-easygrep
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.