feat: add thanks.nvim and ohne-accidents.nvim

This commit is contained in:
2024-04-02 11:36:09 +03:00
parent 68e43e9296
commit 8e4075ce4e
4 changed files with 54 additions and 27 deletions

View File

@@ -1,8 +1,10 @@
return {
"nvim-neorg/neorg",
build = ":Neorg sync-parsers",
dependencies = { "nvim-lua/plenary.nvim" },
cmd = { "Neorg" },
dependencies = {
"vhyrro/luarocks.nvim",
},
-- cmd = { "Neorg" },
version = "*",
ft = "norg",
opts = {
load = {

View File

@@ -0,0 +1,11 @@
return {
"blumaa/ohne-accidents",
keys = {
{
"<leader>oh",
vim.cmd.OhneAccidents,
desc = "",
},
},
opts = {},
}

11
lua/plugins/thanks.lua Normal file
View File

@@ -0,0 +1,11 @@
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 = {},
},
}