Fix copilot check

This commit is contained in:
2025-11-10 20:58:07 +00:00
parent 2255489fd8
commit 2062c442b2

View File

@@ -1,6 +1,6 @@
-- AI code completion
if (vim.fn.getenv('COPILOT_API_KEY') ~= nil) then
if (vim.fn.getenv('COPILOT_API_KEY') ~= vim.NIL) then
return {
'zbirenbaum/copilot.lua',
event = 'InsertEnter',