mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
9 lines
218 B
Lua
9 lines
218 B
Lua
return {
|
|
'nvim-lualine/lualine.nvim',
|
|
event = "VeryLazy",
|
|
dependencies = {
|
|
'arkav/lualine-lsp-progress',
|
|
'nvim-tree/nvim-web-devicons',
|
|
},
|
|
opts = require("config.plugins.lualine")
|
|
}
|