Skip to content

Commit b06df41

Browse files
committed
chore: add underline to gruvbox nvim plugin
1 parent aa21aa8 commit b06df41

File tree

1 file changed

+1
-0
lines changed
  • private_dot_config/exact_nvim/exact_lua/exact_plugins

1 file changed

+1
-0
lines changed

private_dot_config/exact_nvim/exact_lua/exact_plugins/gruvbox.lua

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ return {
2222
invert_selection = false,
2323
strikethrough = true,
2424
undercurl = true,
25+
underline = true,
2526
overrides = {
2627
NotifyBackground = { bg = palette.dark0 },
2728
CursorLine = { bg = palette.dark0 },

0 commit comments

Comments
 (0)