dotfiles/core/astronvim/.config/nvim
2024-10-28 07:27:02 +01:00
..
lua Adapt tmux colors to terminal theme 2024-10-28 07:27:02 +01:00
init.lua Remove outdated config fragments 2024-04-09 12:40:15 +02:00
neoconf.json Migrate to AstroNvim v4 2024-04-05 08:06:07 +02:00
neovim.yml Migrate to AstroNvim v4 2024-04-05 08:06:07 +02:00
README.md Remove outdated config fragments 2024-04-09 12:40:15 +02:00

AstroNvim Template

NOTE: This is for AstroNvim v4+

A template for getting started with AstroNvim

See here for defaults.

🛠️ 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

Stow the AstroNvim configuration

stow -d "$(git rev-parse --show-toplevel)/core" -t $HOME -S astronvim

Start Neovim

nvim