diff --git a/lua/my_lazy.lua b/lua/my_lazy.lua index a4de69f..fba444b 100644 --- a/lua/my_lazy.lua +++ b/lua/my_lazy.lua @@ -45,6 +45,7 @@ local plugins = { { 'p00f/nvim-ts-rainbow', dependencies = 'nvim-treesitter/nvim-treesitter', + event = 'VeryLazy' }, { 'nvim-telescope/telescope.nvim', @@ -73,6 +74,7 @@ local plugins = { config = function() require('setup/project') end, + event = 'VeryLazy' }, { 'eddyekofo94/gruvbox-flat.nvim', @@ -162,7 +164,7 @@ local plugins = { config = function() require('setup/my_lspconfig') end, - event = { "InsertEnter", "CursorMoved" }, + event = 'VeryLazy' }, { 'akinsho/toggleterm.nvim', @@ -203,7 +205,8 @@ local plugins = { dependencies = { 'tpope/vim-repeat' }, config = function() require('setup/my_leap') - end + end, + event = 'VeryLazy' }, { 'mfussenegger/nvim-dap',