use some very lazy things
This commit is contained in:
parent
4f0bab54b5
commit
9361934d8a
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user