Skip to content

catitw/astronvimv4_conf

Repository files navigation

AstroNvim Template

NOTE: This is for AstroNvim v4+

A template for getting started with AstroNvim

⚡ Requirements

  • Tree-sitter CLI (Note: This is only necessary if you want to use auto_install feature with Treesitter)
  • ripgrep - live grep telescope search (<Leader>fw)
  • lua51 and luarocks - see requirements of luarocks.nvim

    pacman: sudo pacman -Syu lua51 luarocks

  • cargo - required by blink-cmp, see README

🛠️ Installation

Make a backup of your current nvim and shared folder

# required
mv ~/.config/nvim{,.bak}

# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}

It is recommended to run :LazyHealth after installation. This will load all plugins and check if everything is working correctly.

Clone the repository

git clone git@github.com:siuolyppah/astronvimv4_conf.git ~/.config/nvim

Start Neovim

nvim

📦 Setup

Manage plugins

  • Run :Lazy check (<Leader>pu) to check for plugin updates
  • Run :Lazy update (<Leader>pU) to apply any pending plugin updates
  • Run :Lazy sync (<Leader>pS) to update and clean plugins
  • Run :Lazy clean to remove any disabled or unused plugins

Update Mason packages and plugins

Run :AstroUpdate (<Leader>pa) to update both Neovim plugins and Mason packages

Check AstroNvim version

Run :AstroVersion to display the currently installed AstroNvim version

Recipes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •