Remove treesitter-context underline
This commit is contained in:
parent
6985ae7b89
commit
3200803c2d
|
|
@ -1,3 +1,6 @@
|
||||||
return {
|
return {
|
||||||
'nvim-treesitter/nvim-treesitter-context',
|
'nvim-treesitter/nvim-treesitter-context',
|
||||||
|
config = function()
|
||||||
|
vim.api.nvim_set_hl(0, 'TreesitterContextBottom', { underline = false })
|
||||||
|
end,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue