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.
- Host: GitHub
- URL: https://github.com/kazimovzaman2/nvim-config
- Owner: kazimovzaman2
- Created: 2025-05-16T17:36:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-17T06:09:50.000Z (about 1 year ago)
- Last Synced: 2025-06-02T08:34:52.070Z (about 1 year ago)
- Topics: lua, neovim
- Language: Lua
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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! 🚀