https://github.com/akr411/neovim-config
Minimal Neovim config using vim.pack — Treesitter, fzf-lua & mini.nvim.
https://github.com/akr411/neovim-config
fzf-lua neovim neovim-config neovim-configuration neovim-dotfiles neovim-lua
Last synced: about 1 month ago
JSON representation
Minimal Neovim config using vim.pack — Treesitter, fzf-lua & mini.nvim.
- Host: GitHub
- URL: https://github.com/akr411/neovim-config
- Owner: akr411
- Created: 2025-10-26T20:11:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-05-03T18:52:20.000Z (about 1 month ago)
- Last Synced: 2026-05-03T20:36:45.897Z (about 1 month ago)
- Topics: fzf-lua, neovim, neovim-config, neovim-configuration, neovim-dotfiles, neovim-lua
- Language: Lua
- Homepage:
- Size: 561 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neovim-config
A minimal Neovim configuration using the built-in `vim.pack` package manager.
No heavy frameworks - just the essentials.
## Prerequisites
- [Neovim](https://neovim.io/) >= 0.12 (requires `vim.pack` support)
- [fzf](https://github.com/junegunn/fzf)
- [tree-sitter-cli](https://github.com/tree-sitter/tree-sitter) — install via Cargo:
```bash
cargo install tree-sitter-cli
```
## Plugins
| Plugin | Purpose |
|---|---|
| [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) | Syntax highlighting & folding |
| [fzf-lua](https://github.com/ibhagwan/fzf-lua) | Fuzzy finder |
| [mini.nvim](https://github.com/echasnovski/mini.nvim) | Collection of minimal utilities |