neovim configuration

This commit is contained in:
2026-03-22 13:00:29 +01:00
commit 2da113baae
10 changed files with 431 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# My Neovim Configuration
A modular Neovim configuration using `mini.deps`.
## Installation
1. Clone this repository to `~/.config/nvim`:
```bash
git clone <repo_url> ~/.config/nvim
```
2. Open Neovim. `mini.deps` will handle plugin installation automatically.
3. Run `:DepsInstall` if needed.
## Structure
- `init.lua`: Entry point.
- `lua/config/`: Core Neovim settings (options, keymaps, autocmds).
- `lua/plugins/`: Plugin management and configurations.