Skip to content

MadsLudvig/telescope-stregsystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔭 Telescope-Stregsystem

Telescope extension for F-Klubbens StregSystem

demo

Requirements

Minimal Telescope Configuration

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

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages