Skip to content

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:

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