telescope.nvim icon indicating copy to clipboard operation
telescope.nvim copied to clipboard

feat: highlighting of path coordinates

Open alycklama opened this issue 8 months ago • 3 comments

Description

Adds highlighting of path coordinates by using the existing highlight group TelescopeResultsLineNr.

Type of change

  • New feature (non-breaking change which adds functionality)

Screenshots of affected windows

Live Grep

image

Grep Word

image

Buffers

image

LSP definitions

image

LSP references

image

LSP type definitions

image

Jumplist

image

Loclist

image

How Has This Been Tested?

This has been tested manually (see screenshots)

  • [x] Live Grep
  • [x] Grep Word
  • [x] Buffers
  • [x] LSP definitions
  • [x] LSP references
  • [x] Jumplist
  • [x] Loclist

Configuration:

  • Neovim version (nvim --version):

NVIM v0.10.0 Build type: Release LuaJIT 2.1.1716656478

  • Operating system and version:

Sonoma 14.4.1

Checklist:

  • [x] My code follows the style guidelines of this project (stylua)
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation (lua annotations)

alycklama avatar Jun 02 '24 11:06 alycklama