mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
12 lines
263 B
Lua
12 lines
263 B
Lua
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 = {},
|
|
},
|
|
}
|