You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lucas c8dedc4f1c update: lazy-lock 1 month ago
after/ftplugin initial 1 month ago
lua update: lsp pyright config 1 month ago
.neoconf.json initial 1 month ago
.stylua.toml initial 1 month ago
README.md initial 1 month ago
init.lua initial 1 month ago
lazy-lock.json update: lazy-lock 1 month ago
neovim.yml initial 1 month ago
selene.toml initial 1 month ago

README.md

AstroNvim Template

NOTE: This is for AstroNvim v4+

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://git.lucasf.dev/public/kurunvim.git ~/.config/nvim

Start Neovim

nvim