bufferline.nvim
neo-tree.nvim


bufferline.nvim | neo-tree.nvim | |
---|---|---|
70 | 90 | |
3,687 | 4,190 | |
1.8% | 3.8% | |
7.3 | 8.6 | |
29 days ago | 7 days 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.
neo-tree.nvim
- Bro Install Neovim On Windows And Setup Neovim Without Neovim Package Manager 🙀
-
Ultimate Neovim Setup Guide: lazy.nvim Plugin Manager
nvim-neo-tree/neo-tree: Neovim plugin to manage the file system and other tree like structures.
- Practical Vim Command Workflow
- Neo-Tree.nvim
-
Accessing list of global/plugin variables
BTW, the default config options for neo-tree are listed here: https://github.com/nvim-neo-tree/neo-tree.nvim/blob/main/lua/neo-tree/defaults.lua
-
Neo-tree v3.0 released
Checkout the release on github for a list of changes in this release.
-
How to open a file from neotree in a chosen window?
I see this option available in the documentation. See "open_with_window_picker" in https://github.com/nvim-neo-tree/neo-tree.nvim. But in spite of installing nvim-window-picker, pressing w only moves to the next word in the neotree window. It does not ask me to choose a window. How can I enable things so that I can choose a window I want to open the file in?
-
How to configure vim like an IDE
(Neovim) neo-tree
-
Best way to manipulate files inside neovim?
Also you can use your file browser such as neo-tree, nvim-tree, or even netrw.
-
What do you use for git integration in neovim?
Gitsigns for signs, and neotree for file tracking
What are some alternatives?
barbar.nvim - The neovim tabline plugin.
nvim-tree.lua - A file explorer tree for neovim written in lua
lualine.nvim - A blazing fast and easy to configure neovim statusline plugin written in pure lua.
oil.nvim - Neovim file explorer: edit your filesystem like a buffer
nvim-cokeline - :nose: A Neovim bufferline for people with addictive personalities
telescope-file-browser.nvim - File Browser extension for telescope.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.
lir.nvim - Neovim file explorer
vim-vinegar - vinegar.vim: Combine with netrw to create a delicious salad dressing
neovim-config - My Neovim configuration.
nnn.nvim - File manager for Neovim powered by nnn.

