Fix some things
This commit is contained in:
@@ -51,7 +51,7 @@ helpers.open_term = function(opts)
|
||||
end
|
||||
|
||||
helpers.has_copilot = function()
|
||||
return vim.fn.getenv('COPILOT_API_KEY') ~= nil
|
||||
return vim.fn.getenv('COPILOT_API_KEY') ~= vim.NIL
|
||||
end
|
||||
|
||||
return helpers
|
||||
|
||||
Reference in New Issue
Block a user