Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 925 Bytes

README.md

File metadata and controls

48 lines (36 loc) · 925 Bytes

AstroNvim Template

Forked from AstroNvim template

NOTE: This is for AstroNvim v4+

A template for getting started with AstroNvim

🛠️ Installation

To use this config, make sure to have the following packages available on the system:

  • neovim v0.9+ (duh)
  • rust/rust-analyzer/rustfmt
  • nodejs
  • npm
  • python-pip
  • ruby
  • zip/unzip/gzip
  • lazygit/git
  • latex
  • fzf
  • ripgrep
  • lldb
  • llvm/clang/clangd/clang-format
  • yarn
  • optional: gdu, bottom

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/joske/astronvim_v4 ~/.config/nvim

Start Neovim

nvim