2023-11-18 02:27:14 +02:00
|
|
|
-- Statusline
|
2023-11-25 14:37:36 +02:00
|
|
|
--- @type LazyPluginSpec
|
2023-11-18 02:27:14 +02:00
|
|
|
return {
|
|
|
|
"nvim-lualine/lualine.nvim",
|
|
|
|
dependencies = { "kyazdani42/nvim-web-devicons" },
|
2023-11-21 22:29:51 +02:00
|
|
|
config = true,
|
2023-11-18 02:27:14 +02:00
|
|
|
}
|