Skip to content

Commit

Permalink
fix flatten.nvim workaround
Browse files Browse the repository at this point in the history
Ref #30
  • Loading branch information
jbyuki committed Apr 6, 2023
1 parent 18fff69 commit a0729e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/osv/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function M.launch(opts)
env = {}
end

env["NVIM"] = nil
env["NVIM"] = ""
end


Expand Down
2 changes: 1 addition & 1 deletion src/launch.lua.t
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ if opts and opts.flatten_nvim then
env = {}
end

env["NVIM"] = nil
env["NVIM"] = ""
end


Expand Down

0 comments on commit a0729e2

Please sign in to comment.