lualine.nvim
bufferline.nvim
lualine.nvim | bufferline.nvim | |
---|---|---|
73 | 70 | |
6,492 | 3,653 | |
3.3% | - | |
7.4 | 7.3 | |
2 months ago | 8 days 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?
bufferline.nvim
-
Get vim background on plugin configuration
So, I'm using bufferline and I want to setup some highlight colors based on the current Neovim theme (light or dark). While Neovim is working, if I run :lua print(vim.o.background) effectively gives me light or dark according to the current Neovim theme. BUT, doing so in the plugin's configuration does not work:
-
How do i get rid of the "NvimTree_1"
if you use bufferline you can override with: lua options = { offsets = { { filetype = "NvimTree", text = "File Explorer", text\_align = "center" } } }
-
File Browser
I’m not familiar with Nvchad but I’m sure they’re using some kind of plugin that show buffers as tabs, you could try something like bufferline.nvim
- Your favourite Neovim plugins?
-
Where can I get these fancy looking tabs?
there are many ways to achieve that. i recommend bufferline.
-
edgy.nvim: Easily create and manage predefined window layouts, bringing a new edge to your workflow
🧩 Works with any plugin. Check Show and Tell for snippets to integrate even better with plugins like neo-tree.nvim, bufferline.nvim
-
What's a very simple config change that you can't live without?
Left and right arrows to switch between buffers. I used to pair this with giving every buffer its own tab, but now I just use Bufferline which functions similarly.
-
Customized Everblush Theme
I'm currently using bufferline.nvim with scope.nvim. I made a github repo with the modifications and credits to Everblush, but I'm not sure if it's allowed, since Everblush doesn't have a License. If It's not allowed, then I'll just delete the repo and forke the Everblush repo.
-
i want to be able to see all my buffers at once. is it possible to have a buffer tree, or multiline buffers?
I used bufferline https://github.com/akinsho/bufferline.nvim
-
[Fix] "E5108...Segments must be a list" Bufferline Error Message
I believe this bug was fixed in bufferline.nvim's PR#727.
What are some alternatives?
vim-airline - lean & mean status/tabline for vim that's light as air
barbar.nvim - The neovim tabline plugin.
lsp-status.nvim - Utility functions for getting diagnostic status and progress messages from LSP servers, for use in the Neovim statusline
nvim-tabline - Tabline for neovim written in lua
catppuccin - 😸 Soothing pastel theme for the high-spirited!
tokyonight.nvim - 🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.
galaxyline.nvim - neovim statusline plugin written in lua
neovim-config - My Neovim configuration.
feline.nvim - A minimal, stylish and customizable statusline for Neovim written in Lua
buftabline.nvim - A low-config, minimalistic buffer tabline Neovim plugin written in Lua.
heirline.nvim - Heirline.nvim is a no-nonsense Neovim Statusline plugin designed around recursive inheritance to be exceptionally fast and versatile.
nvim-tree.lua - A file explorer tree for neovim written in lua