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

Mirror of the main repository on Sourcehut

License

Notifications You must be signed in to change notification settings

citizen428/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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