lualine
This commit is contained in:
parent
44bb3db121
commit
35dd2cb5a4
|
@ -935,6 +935,25 @@ local plugins = {
|
||||||
]]
|
]]
|
||||||
end,
|
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
|
return plugins
|
||||||
|
|
Loading…
Reference in New Issue