Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cypressxyx/neovim-config

neovim config repo
https://github.com/cypressxyx/neovim-config

Last synced: 23 days ago
JSON representation

neovim config repo

Awesome Lists containing this project

README

        

#

[ThinkVim](https://github.com/taigacute/ThinkVim)

| | |
| --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| | |

##

[morhetz/gruvbox](https://github.com/taigacute/ThinkVim)

##
[ryanoasis/vim-devicons](https://github.com/taigacute/ThinkVim)

##
[preservim/nerdtree](https://github.com/taigacute/ThinkVim)

# Installtion on Mac
Run
```
brew install nvim
```

Create nvim in config if doesnt exists
```
mkdir ~/.config/nvim
```
Clone repo there and move files to nvim directory

```
cd ~/.config/nvim
git clone https://github.com/Jorgexyx/neovim-config
mv neovim-config/* .
```