Skip to content

Commit

Permalink
fix: dont highlight the separator when using colorful-winsep.nvim. Cl…
Browse files Browse the repository at this point in the history
…oses #3
  • Loading branch information
tummetott committed Oct 17, 2023
1 parent 89ae3b7 commit 800d14d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/reticle/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ local defaults = {
'TelescopePrompt',
'NvimTree',
'Trouble',
'NvimSeparator',
},
cursorcolumn = {
'TelescopePrompt',
'NvimTree',
'Trouble',
'NvimSeparator',
},
},
}
Expand Down

0 comments on commit 800d14d

Please sign in to comment.