Skip to content

Latest commit

 

History

History
45 lines (41 loc) · 1.2 KB

File metadata and controls

45 lines (41 loc) · 1.2 KB

🍿 stregsystem-snacks

Snacks picker for F-Klubbens StregSystem

demo

Requirements

Installation

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 },
        },
      },
    },
  },

Disclaimer

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.