GeroVanMi / nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AstroNvim Configuration

This is my configuration 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

Clone the repository

git clone https://github.com/GeroVanMi/nvim.git ~/.config/nvim

Create your own repository

  1. Delete the git repository references linking to my repository.
  2. Navigate to the nvim folder
  3. Create your own repository
  4. Initialize your own repository
rm -rf ~/.config/nvim/.git
cd ~/.config/nvim
git init

Start Neovim

nvim

About


Languages

Language:Lua 100.0%