Snacks picker for F-Klubbens StregSystem
With lazy.nvim
{
keys = {
{
"<leader>-",
function()
require("stregsystem").stregsystem()
end,
},
},
"madsludvig/stregsystem-snacks",
config = function()
require("stregsystem").setup({
endpoint = "https://stregsystem.fklub.dk/api/",
username = "INSERT_USERNAME_HERE",
})
end,
dependencies = {
{
"folke/snacks.nvim",
priority = 1000,
lazy = false,
opts = {
picker = { enabled = true },
},
},
},
},It is important to be aware that this plugin is not officially approved by F-Klubben, and therefore it is used at your own risk. I disclaim any responsibility for mistaken purchases or unintended actions that may arise from the use of this plugin.
