Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.06 KB

Matt's neovim Setup

Installation

  1. git clone <dot-vim> ~/.config/nvim
  2. Open neovim and run :PaqInstall to install plugins.
  3. Run :TSInstall <languages> to install treesitter parsers for the languages you care about. See :TSModuleInfo for the list of supported languages.
    • NOTE: You may need to install the tree-sitter binary to install languages based on upstream grammar files. See the tree-sitter release page

Overview

I use Chris Simpkins' Hack font on a black background with darkish grey text. If you don't want to go through the effort of installing a custom font, I at least recommend using a monospaced font. Bitstream Vera Mono is a great choice and is present on most systems by default. For a lualine compatible version, see the version of Hack on Nerd Fonts.

I use paq to manage plugins, so :PaqUpdate can be used to keep the plugins configured in init.lua