https://github.com/zackify/nvim
neovim config
https://github.com/zackify/nvim
Last synced: 25 days ago
JSON representation
neovim config
- Host: GitHub
- URL: https://github.com/zackify/nvim
- Owner: zackify
- Created: 2020-02-27T21:12:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T18:29:58.000Z (about 6 years ago)
- Last Synced: 2025-08-25T14:51:22.731Z (7 months ago)
- Language: Vim script
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
- install [neovim](https://github.com/neovim/neovim/wiki/Installing-Neovim)
- install [vim plug](https://github.com/junegunn/vim-plug)
- add [ripgrep](https://github.com/BurntSushi/ripgrep)
- setup [denite requirements](https://github.com/Shougo/denite.nvim#requirements)
- add [powerline fonts](https://github.com/powerline/fonts)
- add [nerd fonts](https://github.com/ryanoasis/nerd-fonts)
- add [git gutter](https://github.com/airblade/vim-gitgutter)
- add to zshrc:
```
alias vi="nvim"
alias sudo="sudo "
```
- add solarized dark
```
git clone git@github.com:altercation/vim-colors-solarized.git
mkdir ~/.config/nvim/colors/
mv vim-colors-solarized/colors/solarized.vim ~/.config/nvim/colors/
```