Skip to content

Renhg/lich.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lich.nvim

Minimal and fast Neovim configuration focused on terminal-based development.

Features

  • Fast startup
  • Lazy loaded plugins
  • LSP support
  • Telescope integration
  • Floating terminal runner
  • Project generator

Commands

:LichInstall -> install plugins and dependencies
:LichUpdate -> update plugins
:LichDoctor -> check environment health
:LichNew -> create new project
:LichRun -> run project in floating terminal

Installation

Using lazy.nvim:

{ "tuusuario/lich.nvim" }