No description
  • Lua 99.7%
  • Vim Script 0.3%
Find a file
2026-05-07 16:42:00 -05:00
ftplugin inital commit 2026-04-28 22:51:50 -05:00
lua update astro 2026-04-29 10:11:21 -05:00
spell inital commit 2026-04-28 22:51:50 -05:00
.luarc.json inital commit 2026-04-28 22:51:50 -05:00
.neoconf.json inital commit 2026-04-28 22:51:50 -05:00
.stylua.toml inital commit 2026-04-28 22:51:50 -05:00
init.lua inital commit 2026-04-28 22:51:50 -05:00
lazy-lock.json update astro 2026-04-29 10:11:21 -05:00
neovim.yml inital commit 2026-04-28 22:51:50 -05:00
nvim-pack-lock.json add sticky plugins 2026-05-07 16:42:00 -05:00
README.md inital commit 2026-04-28 22:51:50 -05:00
selene.toml inital commit 2026-04-28 22:51:50 -05:00

AstroNvim Template

NOTE: This is for AstroNvim v6+

A template for getting started with AstroNvim

🛠️ Installation

Make a backup of your current nvim and shared folder

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

Create a new user repository from this template

Press the "Use this template" button above to create a new repository to store your user configuration.

You can also just clone this repository directly if you do not want to track your user configuration in GitHub.

Clone the repository

git clone https://github.com/<your_user>/<your_repository> ~/.config/nvim

Start Neovim

nvim