nvim-lua VS feline.nvim

Compare nvim-lua vs feline.nvim and see what are their differences.

feline.nvim

A minimal, stylish and customizable statusline for Neovim written in Lua (by feline-nvim)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nvim-lua feline.nvim
14 41
198 1,021
- -
8.2 6.8
3 days ago about 1 year ago
Lua Lua
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nvim-lua

Posts with mentions or reviews of nvim-lua. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-02.
  • vim-tmux-navigator is conflicting with toggleterm
    2 projects | /r/neovim | 2 Feb 2023
    I recently converted vim-tmux-navigator to lua via a simple function and using A-hjkl\ binds (which has no conflicts) instead of the default C-hjkl\, feel free to reuse my code, relevant commit.
  • vscode like rename ui
    1 project | /r/neovim | 17 Dec 2022
    source: https://github.com/ibhagwan/nvim-lua/blob/main/lua/lsp/rename.lua
  • Hibiscus šŸŒŗ -- Fennel eye-candy for neovim
    4 projects | /r/neovim | 21 May 2022
    I guess this is a preference thing, I would consider my config my config highly customized and pretty advanced, it has almost 8k lines of code, I don't fiddle with it as much as when I just converted to lua but I still update ocasionally and I find lua perfect for the job, instead of macros I just create small lua functions in order to avoid code duplication (where applicable).
  • I love this community
    1 project | /r/neovim | 9 Apr 2022
    I'm not just giving you complements to boost your morale, I've seen your code first hand, I've used feline (we even interacted in issues) and also copied your archived nvim-reload code into my config and can recognize a good programmer when I see one.
  • How to make ":luafile $MYVIMRC<CR>" work?
    3 projects | /r/neovim | 22 Mar 2022
    Technically all you need to do is set package.loaded[module] = nil for all the modules you wish to reload and that's why my modded version does, it reloads all your entire neovim config and all the plugins listed in the linked init file.
  • FzfLua 'git status' as a high level staging tool
    6 projects | /r/neovim | 19 Dec 2021
    FYI, just added this to my config with a slight twist (resize back once I'm done), this so great :)
  • Good Neovim Configurations
    7 projects | /r/neovim | 23 Nov 2021
    My config isnā€™t a ā€œpermadeā€, itā€™s not meant to be a solution for anyone other than myself, nevertheless you might find it useful for plugin selection and some cool functions.
  • How to write plugins, workflow setup?
    3 projects | /r/neovim | 19 Nov 2021
    You can view my setup here.
  • A few useful features I added to Fzf-Lua preview window
    3 projects | /r/neovim | 4 Oct 2021
    My own version of Embark colorscheme and feline.nvim, my configuration can be found here
  • Feline.nvim version 0.1 released
    13 projects | /r/neovim | 16 Sep 2021
    Btw, if anyone wants the ā€œevil-lineā€ equivalent config for feline you can find it here

feline.nvim

Posts with mentions or reviews of feline.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-19.
  • Feline.nvim is archived. You can blame reddit for this one
    5 projects | /r/neovim | 19 Feb 2023
    https://github.com/feline-nvim/feline.nvim is archived since 17 Feb 2023
  • Fetching and displaying the latest message in my statusline with vim.o.cmdheight = 0
    1 project | /r/neovim | 10 Feb 2023
    I'm using feline.nvim but this question isn't specific to feline.
  • reticle.nvim
    2 projects | /r/neovim | 3 Feb 2023
    I use feline to generate my statusline and my winbar. This is imho the best statusline plugin for neovim in terms of configuration, truncation, default providers etc.
  • How to configure nvim UI to look like this?
    14 projects | /r/neovim | 4 Nov 2022
    The "look" you're looking for is given by a bunch of plugins: - OneDark.nvim as colorscheme - TS Rainbow for rainbow brackets - BarBar for bufferline - Nvim Devicons and NerdFonts to view file icons - NvimTree as a file manager - Indent Blankline to show indentation guides - CompetiTest with vertical split UI - Feline as statusline plugin. In the screenshot feline is configured with a custom theme. As you can see statusline is different for CompetiTest buffers: a different statusline can be configured for every different filetype using conditional_config.
  • AstroNvim 2.4
    14 projects | /r/neovim | 21 Oct 2022
    We have now migrated from feline to heirline
  • Global statusilne lokos cool
    5 projects | /r/neovim | 24 Aug 2022
    Pretty sure it isn't. Siduck used to use feline.nvim then later moved onto creating their own statusline that is specific to NvChad. You can find it here.
  • Extension for feline to describe your statusline in the lualine way
    2 projects | /r/neovim | 16 Aug 2022
    Hi! I'm a big fan of the feline plugin to describe a statusline. It provides a very powerful api to create your own components, which can be used in the statusline. But also, I like a way of the lualine, in which we can separate the schema of the statusline and used components. So, I've tried to combine these advantages in one place and wrote an extension for feline: dokwork/feline-theme.
  • Winbar support added for Feline.nvim
    1 project | /r/neovim | 20 May 2022
    Author of Feline.nvim and also the winbar PR here. I want to inform everyone who uses Feline that it now has support for winbar.
  • PSA: feline.nvim has switched from famiu/feline.nvim to feline-nvim/feline.nvim
    1 project | /r/neovim | 6 May 2022
    Packer failed to update feline.nvim, and I saw that it's been moved to https://github.com/feline-nvim/feline.nvim.
  • Feline.nvim switching back to rolling-release model
    2 projects | /r/neovim | 5 May 2022
    Hello, author of Feline.nvim here. I'll get straight to the point. A while ago I started using Semantic Versioning for Feline.nvim as it seemed like a good idea at that time. However, as time went by, it just became more and more of a hassle to release new versions, especially after development of Feline.nvim slowed down and it just needed minor bugfixes. I feel like now it's more hassle than it's worth. So I'm switching back to using a rolling-release model. From now on, the master branch will contain the latest changes. The development branch is deprecated and all development branch users need to switch to the master branch.

What are some alternatives?

When comparing nvim-lua and feline.nvim you can also consider the following projects:

suda.vim - šŸ„Ŗ An alternative sudo.vim for Vim and Neovim, limited support sudo in Windows

lualine.nvim - A blazing fast and easy to configure Neovim statusline written in Lua

nvim-reload - Plugin to easily reload your Neovim config

galaxyline.nvim - neovim statusline plugin written in lua

plenary.nvim - plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.

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

vim-code-dark - Dark color scheme for Vim and vim-airline, inspired by Dark+ in Visual Studio Code

vimux - easily interact with tmux from vim

lualine.nvim - A blazing fast and easy to configure neovim statusline plugin written in pure lua. [Moved to: https://github.com/nvim-lualine/lualine.nvim]

vim - An ambitious theme for vim

nvim-dap - Debug Adapter Protocol client implementation for Neovim