Skip to content

harryvince/statusbar.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

statusbar.nvim

This is my statusbar that I use, I like it simple. I like it clean.

You are welcome to try it, and contribute. If I like it, I might just use it.

Default look: Default Look

Partial View (netrw): netrw example

✨ Features

  • Display write status of file (RO + If Saved)
  • Display lsps in use
  • Display formatter and their order via conform.nvim
  • Percentage of progress through files
  • Line and character number

⚡️ Requirements

📦 Installation

Install the plugin with your preferred package manager:

{
  "harryvince/statusbar.nvim",
  dependencies = { "stevearc/conform.nvim" },
  opts = {
    -- your configuration comes here
    -- or leave it empty to use the default settings
    -- refer to the configuration section below
  }
}

⚙️ Configuration

Statusbar comes with the following defaults:

{
	ignoreFiles = {
		both = { "netrw", "terminal", "scratch" },
		lsp = {},
		fmt = {},
	},
}

🚀 Usage

To control wether the LSP & FMT indicator shows up this can be controlled under the ignoreFiles field. If placed under both it won't be shown.

[!Disclaimer] This README was inspired by folke

About

My custom statusbar, turned into a plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages