SkillAgentSearch skills...

Minibar.nvim

A minimalistic winbar.

Install / Use

/learn @aktersnurra/Minibar.nvim
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

minibar.nvim

A minimalistic winbar.

Configuration

You can specify which filetypes to ignore and what events to trigger the winbar on, e.g.:


  require("minibar").setup {
    ["ignore-filetypes"] = {"help",
                            "startify",
                            "dashboard",
                            "packer",
                            "neogitstatus",
                            "NvimTree",
                            "Trouble",
                            "alpha",
                            "lir",
                            "Outline",
                            "NeogitStatus",
                            "NeogitCommitMessage",
                            "NeogitNotification",
                            "NeogitCommitView",
                            "spectre_panel"}
      ["events"] = {"CursorMoved",
                    "CursorHold",
                    "BufWinEnter",
                    "BufFilePost",
                    "InsertEnter",
                    "BufWritePost",
                    "TabClosed"}
  }
View on GitHub
GitHub Stars6
CategoryDevelopment
Updated3y ago
Forks0

Languages

Fennel

Security Score

55/100

Audited on Feb 11, 2023

No findings