https://github.com/dhanus3133/nvim
Neovim Config :fire:
https://github.com/dhanus3133/nvim
config lua nvim vim
Last synced: 2 months ago
JSON representation
Neovim Config :fire:
- Host: GitHub
- URL: https://github.com/dhanus3133/nvim
- Owner: Dhanus3133
- License: gpl-3.0
- Created: 2022-04-13T10:01:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2026-02-01T20:22:58.000Z (5 months ago)
- Last Synced: 2026-02-02T03:08:57.770Z (5 months ago)
- Topics: config, lua, nvim, vim
- Language: Lua
- Homepage:
- Size: 190 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neovim Config
This is a custom Neovim configuration based on [TinyVim](https://github.com/NvChad/tinyvim) and enhanced with UI from [NvChad UI](https://github.com/NvChad/ui).
## Requirements
- **Neovim** (v0.10.0 or higher)
## Installation
1. **Clone the Config**:
```bash
git clone https://github.com/Dhanus3133/nvim ~/.config/nvim && nvim
```
2. **Install Plugins**:
```vim
:Lazy
```
## Acknowledgments
- [NvChad](https://github.com/NvChad/)