feat(lualine): Lazy load on event VeryLazy

This commit is contained in:
rajvatsal 2024-01-09 11:24:00 +05:30
parent 478552ea38
commit 79b55158e1
1 changed files with 39 additions and 39 deletions

View File

@ -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,