neovim configuration
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal 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.
|
||||
Reference in New Issue
Block a user