diff --git a/lua/plugins/dressing.lua b/lua/plugins/dressing.lua deleted file mode 100644 index d19febd..0000000 --- a/lua/plugins/dressing.lua +++ /dev/null @@ -1 +0,0 @@ -return { "stevearc/dressing.nvim", event = "VeryLazy" } diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index acef030..0e21167 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -1,7 +1,7 @@ return { "nvim-lualine/lualine.nvim", dependencies = { "nvim-tree/nvim-web-devicons", "folke/noice.nvim", "folke/tokyonight.nvim" }, - event = { "VeryLazy" }, + event = { "BufReadPre", "BufNewFile" }, config = true, opts = { options = { diff --git a/lua/plugins/which_key.lua b/lua/plugins/which_key.lua index 6f540db..2f0fb2d 100644 --- a/lua/plugins/which_key.lua +++ b/lua/plugins/which_key.lua @@ -1,6 +1,6 @@ return { "folke/which-key.nvim", - event = { "VeryLazy" }, + keys = { "" }, init = function() vim.o.timeout = true vim.o.timeoutlen = 300