Fix some things

This commit is contained in:
2025-11-15 13:55:47 +00:00
parent 344623eaf6
commit 1c96d03649
3 changed files with 40 additions and 40 deletions

View File

@@ -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