Skip to content

Commit 7b1ff17

Browse files
committed
🐛 nvim
1 parent 9de7af4 commit 7b1ff17

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.config/nvim/lua/plugins.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ require("lazy").setup({
311311
},
312312
{
313313
"j-hui/fidget.nvim",
314-
version = "legacy",
314+
tag = "legacy",
315315
config = function()
316316
require("fidget").setup {}
317317
end,
@@ -418,7 +418,7 @@ require("lazy").setup({
418418
},
419419
{
420420
"numToStr/Comment.nvim",
421-
keys = { "gc", "gcc" },
421+
event = "VeryLazy",
422422
config = function()
423423
require("Comment").setup {}
424424
end,
@@ -926,7 +926,7 @@ require("lazy").setup({
926926
},
927927
{
928928
"akinsho/nvim-toggleterm.lua",
929-
keys = { "<C-Space>" },
929+
event = "VeryLazy",
930930
config = function()
931931
require("toggleterm").setup {
932932
open_mapping = [[<c-space>]],

0 commit comments

Comments
 (0)