Skip to content

Commit

Permalink
feat(bars-and-lines): add feline plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Mar 20, 2023
1 parent 724301f commit d95a2ee
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/feline-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# feline.nvim

**Repository:** https://github.com/freddiehaddad/feline.nvim

A minimal, stylish and customizable statusline / winbar for Neovim written in Lua

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

0 comments on commit d95a2ee

Please sign in to comment.