put opt keys back

pull/1003/head
primeapple 2 years ago committed by siduck
parent 949a8d5aaf
commit 498513d72d

@ -78,6 +78,7 @@ local plugins = {
-- git stuff -- git stuff
["lewis6991/gitsigns.nvim"] = { ["lewis6991/gitsigns.nvim"] = {
opt = true,
config = function() config = function()
require("plugins.configs.others").gitsigns() require("plugins.configs.others").gitsigns()
end, end,
@ -90,6 +91,7 @@ local plugins = {
["neovim/nvim-lspconfig"] = { ["neovim/nvim-lspconfig"] = {
module = "lspconfig", module = "lspconfig",
opt = true,
setup = function() setup = function()
require("core.utils").packer_lazy_load "nvim-lspconfig" require("core.utils").packer_lazy_load "nvim-lspconfig"
-- reload the current file so lsp actually starts for it -- reload the current file so lsp actually starts for it
@ -110,6 +112,7 @@ local plugins = {
}, },
["andymass/vim-matchup"] = { ["andymass/vim-matchup"] = {
opt = true,
setup = function() setup = function()
require("core.utils").packer_lazy_load "vim-matchup" require("core.utils").packer_lazy_load "vim-matchup"
end, end,

Loading…
Cancel
Save