Skip to content

MadsLudvig/stregsystem-snacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍿 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.

About

Snacks picker for the beloved stregsystem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages