Skip to content

aktersnurra/minibar.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimalistic winbar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published