Skip to content

Commit

Permalink
change if conditional style in neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
paperdev-code committed Dec 22, 2024
1 parent 91208e5 commit 7959a9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/HM/neovim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ now(function()
background = {
dark = "mocha",
},
styles = {
conditionals = {},
operators = { "bold" },
},
transparent_background = true,
color_overrides = {
mocha = {
Expand Down

0 comments on commit 7959a9b

Please sign in to comment.