Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himanoa/nvimc
https://github.com/himanoa/nvimc
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/himanoa/nvimc
- Owner: himanoa
- Created: 2019-01-27T18:59:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T02:36:20.000Z (8 months ago)
- Last Synced: 2024-12-08T21:41:52.024Z (25 days ago)
- Language: Lua
- Homepage:
- Size: 727 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nvimc
My nvim config's
## Required other tools
- ripgrep
## Setup
1. Run the following command.
```bash
# install vim-plug
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vimgit clone https://github.com/himanoa/nvimc.git ~/.config/nvim
```2. Run the following command to start the vim
```
:PlugInstall
```## LICENSE
MIT