Skip to content

jvlar/kvimlite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KvimLite

Extras to be put on top of LazyVim. Including fix and additional capabilities.

Getting Started

Update your config/lazy.lua adding kvimlite to the list of plugins after LazyVim:

require("lazy").setup({
  spec = {
    -- add LazyVim and import its plugins
    { "LazyVim/LazyVim", import = "lazyvim.plugins" },
    { "kvimcrew/kvimlite", import = "kvimlite.plugins" },
    { import = "plugins" },
  },
  ...

About

Extras to be put on top of lazyvims

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Lua 100.0%