Skip to content

mstcl/nvim

Repository files navigation

nvim

My opinionated neovim configuration.

Features

A really cool text editor that lives in your terminal.

Colorschemes

None come installed by default. I made dmg and ivory with lush for my own usage so they are compiled to Vimscript in colors with extensions enabled.

To build these colorschemes, navigate to ~/.config/nvim, open up neovim and run :Shipwright.

Additional keymaps

  • <C-M> - Toggle modules
  • <leader> - Plugin, fuzzy picker keymaps
  • g - LSP lookups
  • gs - Surround
  • [ & ]- Go to prev/next (buffers, diagnostics, functions, conflicts, hunks)