blob: 02909cc9a52c0ccfc6a210782c8db432757fbbf9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
vim.pack.add({ gh("nvim-lualine/lualine.nvim") })
require("lualine").setup({
options = {
theme = color,
icons_enabled = true,
component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" },
},
})
|