update plugins
This commit is contained in:
parent
c080f17b08
commit
195fb5d98d
13 changed files with 204 additions and 32 deletions
15
config/nvim/lua/aleidk/plugins/heirline.lua
Normal file
15
config/nvim/lua/aleidk/plugins/heirline.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
"rebelot/heirline.nvim",
|
||||
-- You can optionally lazy-load heirline on UiEnter
|
||||
-- to make sure all required plugins and colorschemes are loaded before setup
|
||||
event = "UiEnter",
|
||||
config = function()
|
||||
require("heirline").setup({
|
||||
statusline = {},
|
||||
winbar = {},
|
||||
tabline = {},
|
||||
statuscolumn = {},
|
||||
opts = {},
|
||||
})
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue