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
- Host: GitHub
- URL: https://github.com/knightchaser/myneovimsetup
- Owner: KnightChaser
- Created: 2024-04-19T17:09:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T18:04:52.000Z (about 2 years ago)
- Last Synced: 2025-01-28T16:46:17.071Z (over 1 year ago)
- Language: Lua
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```