From 498513d72d9604a619d1fab173c6ee3d4b9c2045 Mon Sep 17 00:00:00 2001 From: primeapple Date: Sat, 30 Apr 2022 13:39:57 +0200 Subject: [PATCH] put opt keys back --- lua/plugins/init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index cae043d..ae411ad 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -78,6 +78,7 @@ local plugins = { -- git stuff ["lewis6991/gitsigns.nvim"] = { + opt = true, config = function() require("plugins.configs.others").gitsigns() end, @@ -90,6 +91,7 @@ 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 @@ -110,6 +112,7 @@ local plugins = { }, ["andymass/vim-matchup"] = { + opt = true, setup = function() require("core.utils").packer_lazy_load "vim-matchup" end,