bufferline.nvim
barbar.nvim
bufferline.nvim | barbar.nvim | |
---|---|---|
70 | 38 | |
3,681 | 2,402 | |
1.7% | 1.9% | |
7.3 | 6.8 | |
24 days ago | 6 days ago | |
Lua | Lua | |
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.
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.
barbar.nvim
-
Neovim workflow
considering your vscode background when you say tabs your really mean buffers( Trust me even i had this problem when I made the switch). So your solution here is using a plugin. There are many but I personally use barbar.nvim
-
How to change selected line number color so that it stands out more in one dark
you can check out https://github.com/romgrk/barbar.nvim
-
Introducing: nvim-early retirement – auto-close your buffers after x minutes of inactivity
Nice! I personally use barbar.nvim's : BufferCloseAllButVisible which closes all buffers that aren't currently visible in a window.
-
I'm honestly so close to putting a bounty on a lua vim-wintabs
There has been discussion of adding that feature to upstream barbar.nvim, but no concrete work has begun yet.
-
[New plugin] deadcolumn.nvim -- gradually show you colorcolumn as you type
I'm using barbar.nvim, a simple but efficient bufferline plugin.
-
Semantic highlighting
LuaLS has trouble identifying vim functions. I just went through and annotated a bunch of functions with doc comments in a project to help it figure things out.
- VSCode like window tabs
-
How do you work with buffers?
I use barbar.nvim for displaying buffers as tabs and whenever I feel like I have too many open I run :BufferCloseAllButVisible (from a mapping), and it closes every buffer except those I have currently visible
- Closing brackets are highlighted in red when in the init.vim file
-
switch buffers shortcut
i use barbar
What are some alternatives?
neo-tree.nvim - Neovim plugin to manage the file system and other tree like structures.
nvim-cokeline - :nose: A Neovim bufferline for people with addictive personalities
lualine.nvim - A blazing fast and easy to configure neovim statusline plugin written in pure lua.
tabby.nvim - A declarative, highly configurable, and neovim style tabline plugin. Use your nvim tabs as a workspace multiplexer!
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]
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.
onedark.nvim - One dark and light colorscheme for neovim >= 0.5.0 written in lua based on Atom's One Dark and Light theme. Additionally, it comes with 5 color variant styles
nvim-tree.lua - A file explorer tree for neovim written in lua
vim-buffet - IDE-like Vim tabline
nvim-tabline - Tabline for neovim written in lua
lightline.vim - A light and configurable statusline/tabline plugin for Vim