Sharing config

This commit is contained in:
Chris
2025-11-10 09:19:30 +00:00
parent a21a1a3386
commit 2255489fd8
4 changed files with 48 additions and 27 deletions

View File

@@ -50,5 +50,9 @@ helpers.open_term = function(opts)
vim.cmd.startinsert()
end
helpers.has_copilot = function()
return vim.fn.getenv('COPILOT_API_KEY') ~= nil
end
return helpers
-- nnoremap <Leader>ev :tabedit $MYVIMRC<CR>