mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
feat: add thanks.nvim and ohne-accidents.nvim
This commit is contained in:
@@ -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 = {
|
||||
|
||||
11
lua/plugins/ohne_accidents.lua
Normal file
11
lua/plugins/ohne_accidents.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"blumaa/ohne-accidents",
|
||||
keys = {
|
||||
{
|
||||
"<leader>oh",
|
||||
vim.cmd.OhneAccidents,
|
||||
desc = "",
|
||||
},
|
||||
},
|
||||
opts = {},
|
||||
}
|
||||
11
lua/plugins/thanks.lua
Normal file
11
lua/plugins/thanks.lua
Normal 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 = {},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user