Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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:

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/)