lll9p / ui

Lightweight & performant ui plugin for nvchad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Lightweight & performant ui plugin for nvchad

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%