Skip to content

Commit

Permalink
fix(compile): correct call to set background for vim
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Feb 14, 2023
1 parent aa79397 commit 5aeb0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nightfox/lib/vim/compiler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if exists("colors_name")
endif
set termguicolors
let g:colors_name = "%s"
set background="%s"]],
set background=%s]],
style,
background
),
Expand Down

0 comments on commit 5aeb0e7

Please sign in to comment.