/vimcfg

Neovim configs and whatnot

Primary LanguageLua

📜 init.lua

My daily-driver nvim configuration.

Requirements

  • A recent Neovim installation
  • cc/gdd/clang/cl/etc. to compile treesitter parsers.

Installation

Clone/copy the repo contents in:

  • Unix - _~/.config/nvim/
  • Windows - ~/AppData/Local/nvim/
  • or if $XDG_CONFIG_HOME is defined - $XDG_CONFIG_HOME/nvim/

Create the cache directories:

mkdir -p ~/.vim/undo-dir
mkdir ~/.vim/backups
mkdir ~/.vim/swap

Run and hack away!