cbochs / grapple.nvim

Neovim plugin for tagging important files
MIT License
545 stars 20 forks source link

feat: Grapple window status highlights #92

Closed cbochs closed 7 months ago

cbochs commented 7 months ago

Context

Small highlights to indicate the current tag, scope, and loaded scope. Can be enabled or disabled with settings.status. Default is enabled (status = true).

Tags Window

image

Scopes Window

image

Loaded Scopes Window

image