remove redundant/unused plugins
This commit is contained in:
+14
-10
@@ -12,16 +12,20 @@ return {
|
||||
keys = require('data.keys').gist.func,
|
||||
config = true,
|
||||
},
|
||||
{ -- LazyGit
|
||||
'kdheepak/lazygit.nvim',
|
||||
lazy = true,
|
||||
cmd = require('data.cmd').lazygit,
|
||||
keys = require('data.keys').lazygit,
|
||||
dependencies = require('data.deps').lazygit,
|
||||
config = function()
|
||||
require('telescope').load_extension('lazygit')
|
||||
end,
|
||||
},
|
||||
-- { -- LazyGit
|
||||
-- 'kdheepak/lazygit.nvim',
|
||||
-- lazy = true,
|
||||
-- cmd = require('data.cmd').lazygit,
|
||||
-- keys = require('data.keys').lazygit,
|
||||
-- dependencies = require('data.deps').lazygit,
|
||||
-- config = function()
|
||||
-- if
|
||||
-- require('data.func').check_global_var('use_telescope', true, false)
|
||||
-- then
|
||||
-- require('telescope').load_extension('lazygit')
|
||||
-- end
|
||||
-- end,
|
||||
-- },
|
||||
{ -- Thanks/github-stars
|
||||
'jsongerber/thanks.nvim',
|
||||
lazy = true,
|
||||
|
||||
Reference in New Issue
Block a user