bufferline.nvim
nvim-tabline


bufferline.nvim | nvim-tabline | |
---|---|---|
70 | 1 | |
3,687 | 47 | |
1.8% | - | |
7.3 | 0.7 | |
29 days ago | almost 2 years ago | |
Lua | Lua | |
GNU General Public License v3.0 only | MIT License |
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.
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.
nvim-tabline
-
Bufferline: How to Only Show Tabs and Not Buffers That Are Within the Current Tab?
You could also check out my plugin: https://github.com/seblj/nvim-tabline
What are some alternatives?
barbar.nvim - The neovim tabline plugin.
tabline.nvim - A "buffer and tab" tabline for neovim
neo-tree.nvim - Neovim plugin to manage the file system and other tree like structures.
luatab.nvim - Tabline lua plugin for neovim
lualine.nvim - A blazing fast and easy to configure neovim statusline plugin written in pure lua.
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
nvim-cokeline - :nose: A Neovim bufferline for people with addictive personalities
my-lunarvim-config - My config for LunarVim
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.
tabby.nvim - A declarative, highly configurable, and neovim style tabline plugin. Use your nvim tabs as a workspace multiplexer!
nvim-tree.lua - A file explorer tree for neovim written in lua
packer.nvim - A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config

