Skip to content

Commit

Permalink
fix(vim): resolve deprecation of nested [[ (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Sep 19, 2023
1 parent e886e39 commit e45f802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/nightfox/lib/vim/compiler.lua
Expand Up @@ -17,15 +17,15 @@ function M.compile(opts)

local lines = {
fmt(
[[
[=[
return string.dump(function()
vim.command([[
if exists("colors_name")
hi clear
endif
set termguicolors
let g:colors_name = "%s"
set background=%s]],
set background=%s]=],
style,
background
),
Expand Down

0 comments on commit e45f802

Please sign in to comment.