diff --git a/lua/custom/plugins.lua b/lua/custom/plugins.lua index 239ac5a..1b66546 100644 --- a/lua/custom/plugins.lua +++ b/lua/custom/plugins.lua @@ -935,6 +935,25 @@ local plugins = { ]] end, }, + { + "NvChad/ui", + enabled = true, + branch = "v2.0", + lazy = false, + }, + { + "nvim-lualine/lualine.nvim", + lazy = false, + dependencies = { + "nvim-tree/nvim-web-devicons", + "NvChad/ui", -- load after nvchad ui + }, + config = function() + -- TODO: add lsp module for lualine + -- Maybe we can steal modules from the nvchad ui + require("lualine").setup() + end, + }, } return plugins