Remove treesitter-context underline

This commit is contained in:
Marcus 2026-01-29 09:42:52 +08:00
parent 6985ae7b89
commit 3200803c2d
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
return {
'nvim-treesitter/nvim-treesitter-context',
config = function()
vim.api.nvim_set_hl(0, 'TreesitterContextBottom', { underline = false })
end,
}