1
0
Fork
You've already forked vimrc
0
My vimrc
  • Vim Script 100%
Find a file
2024年10月19日 13:52:29 +03:00
after/ftplugin initial commit 2022年11月02日 10:04:45 +02:00
img Updated the screenshot to reflect the current config 2023年09月13日 15:27:18 +02:00
gvimrc Enabled the tabbar and menubar in GVim 2023年09月13日 15:23:50 +02:00
README.md Updated to reflect the current vimrc, moved paredit under SLIMV 2023年09月13日 15:24:08 +02:00
vimrc Update the vimrc 2024年10月19日 13:52:29 +03:00

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