Telescope extension for F-Klubbens StregSystem
Via lazy.nvim
This is supposed to be put in a seperate file, if you want to put it in the same file as your telescope configuration, set optional to false
return {
{
optional = true,
"nvim-telescope/telescope.nvim",
dependencies = {
{
"madsludvig/telescope-stregsystem",
dependencies = {
"rcarriga/nvim-notify",
},
},
},
keys = {
vim.keymap.set("n", "<leader>-", "<cmd>Telescope stregsystem<CR>", { desc = "[-]StregSystem" }),
},
config = function()
require("telescope").setup({
extensions = {
["stregsystem"] = {
username = "INSERT_STREGSYSTEM_USERNAME_HERE",
},
},
})
pcall(require("telescope").load_extension, "stregsystem")
end,
},
}
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.