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