Skip to content
Discussion options

You must be logged in to vote

Thanks for the reply! I mostly just wanted to clear the highlighting itself from the snippets. The second solution works, but requires leaving insert mode. I found the following to be better suited for my needs:

vim.api.nvim_set_hl(0, 'SnippetTabstop', {})
vim.api.nvim_set_hl(0, 'SnippetTabstopActive', {})

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@skerkar10
Comment options

Answer selected by skerkar10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2217 on October 18, 2025 23:34.