nvim-tree / nvim-tree.lua

A file explorer tree for neovim written in lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Clipboard indicators such as icons

Frederick888 opened this issue · comments

At the moment the only way to reveal current clipboard contents seems to be :NvimTreeClipboard.

It'll be nice to have some indicators for cut/copy such as icons/highlights/etc.

And a command to clear clipboard can also be useful.

commented

i guess it could be done with signs :) that's actually not a bad idea.

Following in #1079