Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhanus3133/nvim
Neovim Config :fire:
https://github.com/dhanus3133/nvim
config lua nvim vim
Last synced: about 1 month 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T12:20:14.000Z (about 2 months ago)
- Last Synced: 2024-11-09T13:20:25.346Z (about 2 months ago)
- Topics: config, lua, nvim, vim
- Language: Lua
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- 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/)