https://github.com/hamolicious/neovim-configuration
My neovim configuration, slowly growing and expanding.
https://github.com/hamolicious/neovim-configuration
Last synced: about 2 months ago
JSON representation
My neovim configuration, slowly growing and expanding.
- Host: GitHub
- URL: https://github.com/hamolicious/neovim-configuration
- Owner: hamolicious
- Created: 2024-10-15T06:59:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T07:01:55.000Z (6 months ago)
- Last Synced: 2024-10-22T10:32:30.599Z (6 months ago)
- Language: Lua
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neovim configuration
Neovim configuration that's built to replace VSCode.
## Dependencies
This configuration requires a few 3rd party dependencies. You can install them all using:
```bash
brew install ripgrep # `fg` to search through code
brew install lazygit # `l` for git operations
brew install lazydocker # `d` for docker operations
brew install spotify-tui # `s` for spotify operations
```