Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 1.7 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.7 KB

Neovim config

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

Some used plugins:

Important Note

I no longer use this config as my daily driver, it's not updated and may not work with newer version of Neovim (which I still use).

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