/ui

Lightweight & performant ui plugin for nvchad

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

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,
      },
    },