feline.nvim VS parinfer-rust

Compare feline.nvim vs parinfer-rust 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
feline.nvim parinfer-rust
41 15
1,021 521
- -
6.8 0.0
over 1 year ago 16 days ago
Lua Rust
GNU General Public License v3.0 only ISC License
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.

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.

parinfer-rust

Posts with mentions or reviews of parinfer-rust. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-23.
  • neovim plugins that have improved your workflow
    20 projects | /r/neovim | 23 Oct 2022
    parinfer-rust, while LISP only for reasons, is still absolutely amazing overall for its performance compared to the Lua version. I do wish there were more bracketing/scope algorithms out there for other languages. With a parinfer plugin, you only need to start a bracket for it to close what it believes is your scope. Great for enclosing things in functions
  • Why is parinfer not as good as I think it is?
    1 project | /r/Clojure | 11 Aug 2022
    While my main daily driver is also IntelliJ, and also for Parinfer, I have found that Neovim + Rust-parinfer works remarkably well.
  • Why Rust ?
    7 projects | /r/neovim | 31 Jul 2022
    Another example where rust's benefits show is something like parfiner. Currently I'm using my own ffi interface to https://github.com/eraserhd/parinfer-rust, and it feels significantly faster than the plain-lua version I had before. Getting to write the whole thing in rust just makes life easier and simpler
  • paredit.vim – Paredit Mode: Structured Editing of Lisp S-Expressions
    6 projects | news.ycombinator.com | 30 Jul 2022
  • Lisp programming configuration for neovim
    9 projects | /r/neovim | 4 Jul 2022
    I use a combination of parinfer-rust and Conjure for my Clojure, Janet, and Fennel development.
  • Can vim become an emacs or is it already one or not?
    6 projects | /r/emacs | 10 May 2022
    My personal configuration is also written in fennel if you would like to take. look: https://github.com/shaunsingh/nyoom.nvim. Neovim's come a long way in what you can do with it. Fennel has a macro system as with any lisp, so you can make the syntax feel right at home with emacs https://github.com/shaunsingh/nyoom.nvim/tree/main/fnl/macros. You can even create dynamic-module like integrations with rust programs (see https://github.com/shaunsingh/nyoom.nvim/blob/main/fnl/parinfer/init.fnl, interacting with https://github.com/eraserhd/parinfer-rust/tree/master/src)
  • What are your must-have vim/nvim extensions?
    53 projects | /r/vim | 9 May 2022
    eraserhd/parinfer-rust if you do any sort of Lisp programming
  • Why Clojure in a single Orgpad diagram
    1 project | /r/Clojure | 28 Dec 2021
    Clojure is an amazing language, and so is Rust. In fact, I think learning both of them is a wonderful way to introduce ourselves to such a broad range of programming ideas that it covers over half of the seven programing ur-languages. It's even worth investigating the differences in the way these languages have developed over time (Clojure being Rich's project and Rust taking a community approach). These ideas aren't in opposition to each other. If they were, the indispensable editor plugin I use to write Clojure wouldn't exist for crying out loud.
  • Parinfer fans wanted
    3 projects | /r/Clojure | 19 Nov 2021
    Have you seen an excellent parinfer-rust implementation of Parinfer? It's quite fast and can be integrated with other editors, like Emacs, Kakoune, Vim, etc. I think you can try to see if your integration passes their tests.
  • Changing shift-left-right Behavior in Lisp Mode
    1 project | /r/vim | 7 Sep 2021
    I am currently using parinfer. It’s not exactly minimal, but it doesn’t require much configuration and doesn’t have any special keybinds.

What are some alternatives?

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

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

nvim-ts-rainbow - Rainbow parentheses for neovim using tree-sitter. Use https://sr.ht/~p00f/nvim-ts-rainbow instead

galaxyline.nvim - neovim statusline plugin written in lua

lispy - Short and sweet LISP editing

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

kakoune-doas-write - Fork of kakoune-sudo-write to use doas instead.

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

awesome-neovim - Collections of awesome neovim plugins.

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]

nvim-dap - Debug Adapter Protocol client implementation for Neovim

conjure - Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)