19 lines
500 B
Markdown
19 lines
500 B
Markdown
# My Neovim Configuration
|
|
|
|
A modular Neovim configuration using `mini.deps`.
|
|
|
|
## Installation
|
|
|
|
1. Clone this repository to `~/.config/nvim`:
|
|
```bash
|
|
git clone https://git.narl.io/nvrl/neovim-config ~/.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.
|