diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 06f75e8..cae043d 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -78,7 +78,6 @@ local plugins = { -- git stuff ["lewis6991/gitsigns.nvim"] = { - opt = true, config = function() require("plugins.configs.others").gitsigns() end, @@ -91,7 +90,6 @@ local plugins = { ["neovim/nvim-lspconfig"] = { module = "lspconfig", - opt = true, setup = function() require("core.utils").packer_lazy_load "nvim-lspconfig" -- reload the current file so lsp actually starts for it @@ -112,7 +110,6 @@ local plugins = { }, ["andymass/vim-matchup"] = { - opt = true, setup = function() require("core.utils").packer_lazy_load "vim-matchup" end, @@ -184,7 +181,7 @@ local plugins = { ["numToStr/Comment.nvim"] = { module = "Comment", - keys = { "gcc" }, + keys = { "gc", "gb" }, setup = function() require("core.mappings").comment()