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 4 months ago
after/ftplugin initial 5 months ago
lua update: lsp pyright config 4 months ago
.neoconf.json initial 5 months ago
.stylua.toml initial 5 months ago
README.md initial 5 months ago
init.lua initial 5 months ago
lazy-lock.json update: lazy-lock 4 months ago
neovim.yml initial 5 months ago
selene.toml initial 5 months 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