NeoNoName.lua
Buffer Manager
Manages layout-preserved buffer deletion by swapping or deleting duplicate buffers.
Layout preserving buffer deletion.
29 stars
1 watching
2 forks
Language: Lua
last commit: over 1 year ago
Linked from 1 awesome list
luaneovimneovim-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
j-morano/buffer_manager.nvim | A plugin to easily manage Neovim buffers by providing an intuitive buffer list and functionality for adding, deleting, moving, saving, and loading buffer lists | 240 |
johann2357/nvim-smartbufs | A plugin that simplifies buffer management in neovim by providing features to quickly switch between buffers, launch and reopen terminal buffers, and manage buffer deletion. | 42 |
mong8se/buffish.nvim | A buffer switcher with customizable shortcuts and interactive management of buffers in a Neovim instance. | 4 |
numtostr/bufonly.nvim | A Lua plugin that deletes all buffers except the current one when it is not modified and modifiable. | 36 |
liangxianzhe/nap.nvim | A navigation plugin for NeoVim that provides quick access to various buffers and windows. | 100 |
m-demare/attempt.nvim | Manages temporary buffers for coding attempts | 86 |
kazhala/close-buffers.nvim | A utility plugin that provides an easy way to delete multiple buffers in Neovim based on various conditions. | 162 |
nyngwang/neowell.lua | A plugin for NeoVim that provides a simple, global list of notes with editing and management capabilities. | 14 |
el-mastor/bufferlist.nvim | A lightweight and minimal buffer manager plugin for Neovim. | 43 |
famiu/bufdelete.nvim | A plugin that provides safe commands to delete buffers without messing up the window layout in Neovim | 517 |
norcalli/nvim-terminal.lua | A filetype mode that highlights and conceals text buffers with colored syntax codes | 208 |
backdround/tabscope.nvim | A plugin that transforms global buffers into tab-local buffers, enabling context-specific access to buffers across multiple tabs. | 49 |
lmantw/themify.nvim | A plugin that manages colorschemes and provides an interface to explore and install them | 25 |
linrongbin16/colorbox.nvim | A plugin that loads and manages a collection of popular Neovim color schemes from various sources. | 38 |
axkirillov/hbac.nvim | Automatically closes unedited buffers when their number exceeds a threshold | 203 |