Minimal and fast Neovim configuration focused on terminal-based development.
- Fast startup
- Lazy loaded plugins
- LSP support
- Telescope integration
- Floating terminal runner
- Project generator
:LichInstall -> install plugins and dependencies
:LichUpdate -> update plugins
:LichDoctor -> check environment health
:LichNew -> create new project
:LichRun -> run project in floating terminal
Using lazy.nvim:
{ "tuusuario/lich.nvim" }