Welcome to my custom Neovim configuration, based on the AstroNvim Template (for AstroNvim v5+).
This configuration provides a solid, extensible foundation using lazy.nvim as
the plugin manager.
Before installing, ensure you have the following dependencies installed on your system:
- Neovim (>=
0.10) - Git
- Opencode
- Ripgrep
- fzf
- A C Compiler
-
Backup your existing configuration:
mv ~/.config/nvim ~/.config/nvim.bak mv ~/.local/share/nvim ~/.local/share/nvim.bak mv ~/.local/state/nvim ~/.local/state/nvim.bak mv ~/.cache/nvim ~/.cache/nvim.bak
-
Clone the repository:
git clone https://github.com/nekronos-gh/nvim.git ~/.config/nvim
init.lua: The entry point that bootstrapslazy.nvimand loads the configuration.lua/lazy_setup.lua: Configures the plugins vialazy.nvim.lua/polish.lua: Add your custom Vimscript or extra Lua configuration here.lua/plugins/: Directory to place your custom plugin specifications.