scope.nvim icon indicating copy to clipboard operation
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.

scope

Installation

Install with your favorite package manager:

packer

use "tiagovla/scope.nvim"

vim-plug

Plug "tiagovla/scope.nvim"

Default configuration

-- init.lua
require("scope").setup()
" .vimrc
lua require("scope").setup()