Skip to content

Latest commit

 

History

History
66 lines (53 loc) · 3.98 KB

README.md

File metadata and controls

66 lines (53 loc) · 3.98 KB

Reiddragon's vimrc

Just my vimrc, bunch of addons I find useful, and some themes I like to rotate between. I mostly use it with Vim (not Neovim) in Kitty or GVim, with Hack Nerd Font Mono, or Gohu Nerd Font Mono, on Linux, so there's a bias towards those combos.

Installation

Clone the repo to:

  • ~/.vim/ on Linux, *BSD, macOS
  • ~/config/settings/vim/ on HaikuOS
  • $HOME\vimfiles on Windows (usually C:\Users\[username]\vimfiles)

I use vim-plug to manage plugins, so to install all extensions, install Plug then simply run

:PlugInstall

Extensions I use