alex289 / astronvim_config

My personal configuration for AstroNvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AstroNvim Template

NOTE: This is for AstroNvim v4+

A user configuration for 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

Clone the repository

git clone https://github.com/alex289/astronvim_config ~/.config/nvim

Start Neovim

nvim

Activate copilot

Run this in Neovim

:Copilot auth

About

My personal configuration for AstroNvim


Languages

Language:Lua 100.0%