bare-nvim-config

Installation

  • make sure gcc / g++ are available
    • for windows, msys2, then add the install path to system variables
  • install fzf and ripgrep
    • for windows, use chocolatey
  • set XDG_CONFIG_HOME as ~/.config
    • for windows add it in system variables
  • clone project into ~/.config/nvim
  • Install packer from https://github.com/wbthomason/packer.nvim
  • Open lua/pranavsindura/packer.lua
  • Run :PackerSync