Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cypressxyx/neovim-config
- Owner: Cypressxyx
- License: mit
- Created: 2020-02-14T07:36:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T17:15:47.000Z (over 4 years ago)
- Last Synced: 2024-03-07T20:29:00.966Z (8 months ago)
- Language: Vim script
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/* .
```