Skip to content

Commit

Permalink
feat(bars-and-lines): add lualine plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Mar 20, 2023
1 parent d95a2ee commit f6e9f5d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/astrocommunity/bars-and-lines/lualine-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# lualine.nvim

**Repository:** https://github.com/nvim-lualine/lualine.nvim

A blazing fast and easy to configure neovim statusline plugin written in pure lua.

This also disables the Heirline based statusline
7 changes: 7 additions & 0 deletions lua/astrocommunity/bars-and-lines/lualine-nvim/lualine.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
return {
{ "nvim-lualine/lualine.nvim", event = "VeryLazy", opts = {} },
{
"rebelot/heirline.nvim",
opts = function(opts) opts.statusline = nil end,
},
}

0 comments on commit f6e9f5d

Please sign in to comment.