citizen428 / nvim-config

Mirror of the main repository on Sourcehut

Home Page:https://git.sr.ht/~citizen428/nvim-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mirror of the main repository on Sourcehut

https://git.sr.ht/~citizen428/nvim-config

License:The Unlicense


Languages

Language:Lua 97.6%Language:Vim Script 2.4%