lualine.nvim
feline.nvim
lualine.nvim | feline.nvim | |
---|---|---|
73 | 42 | |
6,458 | 1,021 | |
2.8% | - | |
7.4 | 6.8 | |
2 months ago | almost 2 years ago | |
Lua | Lua | |
MIT License | GNU General Public License v3.0 only |
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.
lualine.nvim
-
Ultimate Neovim Setup Guide: lazy.nvim Plugin Manager
nvim-lualine/lualine.nvim: A blazing fast and easy to configure neovim statusline plugin written in pure lua.
-
dapui and lualine visual/aesthetic configuration
However, this is what my current setup looks like. 1. No titles. 2. lualine at the very bottom. Any suggestions? I tried reading the docs (dapui, lualine), but am kinda lost. I am not sure what I did wrong?
-
Lualine.nvim not seeming to respect highlight groups? Custom theme table seems to have some quirks
I'm trying to create a custom theme for lualine.nvim, and I'm having a lot of difficulty with the colors.
-
Benchmarking some of my favourite neovim plugins over time
lualine.nvim
- Your favourite Neovim plugins?
-
Tips for debugging Lualine Plugin not displaying
I've installed the plugins (and removed + reinstalled multiple times) and my status bar continues to look like the default. I went through nearly every recommendation here with no effect: https://github.com/nvim-lualine/lualine.nvim/issues/230
-
Change statusLine design
There is actually a pre-made example of that bubble theme in the lualine repo: https://github.com/nvim-lualine/lualine.nvim/blob/master/examples/bubbles.lua
-
Please inform me of the plugin(s) enabling these two features
First one could be lualine and Aerial.
-
How do you set the bg color of the status bar in lualine?
Look into the themes I bet they will show you https://github.com/nvim-lualine/lualine.nvim/tree/master/lua/lualine/themes
-
LuaLine Separator Size Bug
Do you know if there is some workaround for this "bug" https://github.com/nvim-lualine/lualine.nvim/issues/962?
feline.nvim
-
Multifunctional IDE using Neovim (3 of 3)
Heirline picks up from other popular customizable statusline plugins like galaxyline and feline but removes all the hard-coded guides and offers you thousands times more freedom. But freedom has a price: responsibility. I don't get to tell you what your statusline should do. You're in charge! With Heirline, you have a framework to easily implement whatever you can imagine, from simple to complex rules!
-
Feline.nvim is archived. You can blame reddit for this one
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
I'm using feline.nvim but this question isn't specific to feline.
-
reticle.nvim
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?
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
We have now migrated from feline to heirline
-
Global statusilne lokos cool
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
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
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
Packer failed to update feline.nvim, and I saw that it's been moved to https://github.com/feline-nvim/feline.nvim.
What are some alternatives?
vim-airline - lean & mean status/tabline for vim that's light as air
lualine.nvim - A blazing fast and easy to configure Neovim statusline written in Lua
lsp-status.nvim - Utility functions for getting diagnostic status and progress messages from LSP servers, for use in the Neovim statusline
galaxyline.nvim - neovim statusline plugin written in lua
catppuccin - 😸 Soothing pastel theme for the high-spirited!
vim-code-dark - Dark color scheme for Vim and vim-airline, inspired by Dark+ in Visual Studio Code
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]
bufferline.nvim - A snazzy bufferline for Neovim
neovim-config-
heirline.nvim - Heirline.nvim is a no-nonsense Neovim Statusline plugin designed around recursive inheritance to be exceptionally fast and versatile.
nvim-dap - Debug Adapter Protocol client implementation for Neovim