🪴 my neovim config:)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

plugins: fix treesitter context bg

robin c7a40ef9 b291ff06

+3 -1
+3 -1
config/lua/ivy/plugins/tree-sitter.lua
··· 14 14 end 15 15 16 16 return true 17 - end 17 + end, 18 18 }) 19 + 20 + vim.api.nvim_set_hl(0, "TreesitterContext", { link = "Normal" }) 19 21 end, 20 22 }, 21 23