scope.nvim
scope.nvim copied to clipboard
Revolutionize Your Neovim Tab Workflow: Introducing Enhanced Tab Scoping!
Scope.nvim
About
Changing the way of how to use tabs on neovim. This plugin scopes buffers to tabs cleaning up tabline plugins like bufferline.nvim.
Buffers belong to tabs, allowing a scoped use of :bnext and :bprev.

Installation
Install with your favorite package manager:
use "tiagovla/scope.nvim"
Plug "tiagovla/scope.nvim"
Default configuration
-- init.lua
require("scope").setup()
" .vimrc
lua require("scope").setup()