/nvim-config

Mirror of the main repository on Sourcehut

Primary LanguageLuaThe UnlicenseUnlicense

Neovim config

A Neovim configuration with a focus on leveraging Neovim-specific features and its Lua API.

Some used plugins:

Screenshots

Editing Lua with NeovimTree open and a document symbols view provided by the language server.

Screenshot

Notes

  • Wherever possible I try to use Lua plugins.
  • I also try to keep as much of the configuration as possible in Lua, but there are still a lot of vim.cmd blocks around.

Inspiration