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

https://github.com/knightchaser/myneovimsetup

My NeoVim(nvim) Lua configuration setup
https://github.com/knightchaser/myneovimsetup

Last synced: about 1 month ago
JSON representation

My NeoVim(nvim) Lua configuration setup

Awesome Lists containing this project

README

          

# myNeoVimSetup
My NeoVim(nvim) Lua configuration setup

To install Linux(Ubuntu 22.04 LTS in my case) dependencies, hit the following commands
```sh
brew install neovim
brew install ripgrep
```