chore: cleanup code

This commit is contained in:
Fabio Lenherr / DashieTM 2023-05-15 01:01:51 +02:00
parent 3e876355b2
commit 61b1076625
8 changed files with 100 additions and 95 deletions

View file

@ -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,
},
}