feat(lualine): Lazy load on event VeryLazy
This commit is contained in:
parent
478552ea38
commit
79b55158e1
|
@ -1,10 +1,10 @@
|
|||
return {
|
||||
-- Set lualine as statusline
|
||||
'nvim-lualine/lualine.nvim',
|
||||
-- See `:help lualine.txt`
|
||||
return {
|
||||
'nvim-lualine/lualine.nvim',
|
||||
dependencies = {
|
||||
'nvim-tree/nvim-web-devicons', opt = true
|
||||
},
|
||||
event = 'VeryLazy',
|
||||
opts = {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
|
|
Loading…
Reference in New Issue