Skip to content
forked from NvChad/ui

Fork of nvchad to build statusbar for standalone neovim config

License

Notifications You must be signed in to change notification settings

hthuong09/nvchad-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NvChad's UI plugins

Lightweight & performant ui plugin for nvchad

Default config

  • Refer NvChad docs for detailed info
  • You dont have to write the whole table, this is just the default config
  • In your override section :
["NvChad/ui"] = {
     statusline = {
       separator_style = "default", -- default/round/block/arrow
       overriden_modules = nil,
     },

     -- lazyload it when there are 1+ buffers
     tabufline = {
       enabled = true,
       lazyload = true,
       overriden_modules = nil,
     },
   },

About

Fork of nvchad to build statusbar for standalone neovim config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%