chore: cleanup code
This commit is contained in:
parent
3e876355b2
commit
61b1076625
8 changed files with 100 additions and 95 deletions
|
|
@ -8,7 +8,9 @@ return {
|
|||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
cmd = "Telescope",
|
||||
keys = function() return {} end,
|
||||
keys = function()
|
||||
return {}
|
||||
end,
|
||||
config = function(opts)
|
||||
require("telescope").setup(opts)
|
||||
end,
|
||||
|
|
@ -217,4 +219,8 @@ return {
|
|||
wk.register(opts.defaults)
|
||||
end,
|
||||
},
|
||||
{
|
||||
"f-person/git-blame.nvim",
|
||||
lazy = true,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue