kiriDevs / kirivim

My current Neovim configuration, written in Lua.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kiriVim

This is current Neovim configuration, written in lua, using lazy.nvim.

Note

This is my first configuration written in Lua; you might notice this in code quality / style.

Key Points

more below

Dependencies

Notes

Things that might become important when you try this for yourself:

  • lazy.nvim will be installed automatically if git is available
  • The <leader> key is set to (space) by default
  • Mouse features are disabled; see /lua/kirivim/options.lua if you want them.
  • fileformat (line endings) is set to unix (LF); consider this if you're on Windows

Also included

These things are also really nice, just not quite noteworthy enough to make it to the key points.

Thanks

This configuration is heavily based on the setup(s) shown by ThePrimeagen in his "0 to LSP" video, as well as his current configuration on GitHub.

About

My current Neovim configuration, written in Lua.


Languages

Language:Lua 100.0%