nvim-lua-guide icon indicating copy to clipboard operation
nvim-lua-guide copied to clipboard

Update "defining syntax/highlights"

Open nanotee opened this issue 3 years ago • 2 comments

It should include these functions:

  • vim.api.nvim_set_hl_ns()
  • vim.api.nvim_set_hl()
  • Possibly vim.api.nvim_set_decoration_provider()?

nanotee avatar Feb 16 '21 19:02 nanotee

#14660 looks related. What is the help page to look for the functions?

matu3ba avatar Mar 10 '21 17:03 matu3ba

`:help nvim_set_hl()

max397574 avatar Jul 21 '21 14:07 max397574