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

https://github.com/kazimovzaman2/nvim-config

Personal Neovim configuration with Lua, lazy.nvim plugin manager, Telescope, and Lua language server setup.
https://github.com/kazimovzaman2/nvim-config

lua neovim

Last synced: about 2 months ago
JSON representation

Personal Neovim configuration with Lua, lazy.nvim plugin manager, Telescope, and Lua language server setup.

Awesome Lists containing this project

README

          

# Neovim Configuration

A personalized Neovim setup leveraging Lua and plugins managed by `lazy.nvim`.

## Installation

Follow these steps to set up the configuration:

1. **Backup existing config** (optional):
```bash
mv ~/.config/nvim ~/.config/nvim.backup
```

2. **Clone the repository**:
```bash
git clone https://github.com/kazimovzaman2/nvim-config.git ~/.config/nvim
```

3. **Install Lua language server**:
```bash
brew install lua-language-server
```

4. **Open Neovim and sync plugins**:
```bash
:Lazy sync
```

5. **Restart Neovim** to apply changes.

Enjoy your customized Neovim experience! 🚀