Skip to content

Commit

Permalink
Draw line at bottom of treesitter context
Browse files Browse the repository at this point in the history
  • Loading branch information
dietrichm committed Aug 25, 2024
1 parent e985fe9 commit 54e8278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/default/nvim/.config/nvim/plugin/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ vim.api.nvim_create_autocmd('ColorScheme', {
group = 'vimrc',
callback = function()
vim.cmd.highlight { 'link', 'ColorColumn', 'CursorLine', bang = true }
vim.cmd.highlight { 'TreesitterContextBottom', 'gui=underline', 'guisp=NvimDarkGrey4' }
end,
})

Expand Down

0 comments on commit 54e8278

Please sign in to comment.