feat: remove thanks.nvim

This commit is contained in:
Kristofers Solo
2024-04-03 21:20:38 +03:00
parent 8e4075ce4e
commit a39793d744
2 changed files with 12 additions and 23 deletions

View File

@@ -1,11 +0,0 @@
return {
"jsongerber/thanks.nvim",
cmds = { "ThanksAll", "ThanksGithubAuth", "ThanksGithubLogout", "ThanksClearCache" },
opts = {
plugin_manager = "lazy",
star_on_startup = false,
star_on_install = true,
ignore_repos = {},
ignore_authors = {},
},
}