Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.11 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.11 KB

NOTE: This repo is deprecated as it uses the old AstroVim syntax (pre V4).

For the updated version, check out https://github.com/DKSadx/astrovim-v4


OLD SETUP

NOT compatible with:

  • AstroVim 3.x+
  • NerdFont 3.x+
  • Nvim 9.x+

If you install the latest version, you will have to downgrade it or rewrite the configs for AstroVim 3.x and patch NerdFont because the icons are broken on 3.x

Downgrading steps (brew):

  1. Neovim to 0.8.1
brew unlink neovim
brew install ./brew-custom/nvim-0.8.1/neovim.rb
  1. NerdFont to 2.3.3
brew install --cask ./brew-custom/local-nerd-font/font-hack-nerd-font.rb

If using ITerm2 you need to go to Settings -> Profiles -> Text -> Font -> Hack Nerd Font (if it's already selected, change to another font and change back to apply the changes)

If you want to exlude neovim from being updated:

brew pin neovim
# To check all pinned packages
brew list --pinned

*formulas are downloaded from:

Custom and extended config of AstroVim

Screenshot