Save my changes

This commit is contained in:
Peter Stuifzand 2024-02-23 11:39:29 +01:00
parent f4b9fef63c
commit f53551177c
No known key found for this signature in database
4 changed files with 63 additions and 15 deletions

View file

@ -1,6 +1,6 @@
return {
'github/copilot.vim',
config = function ()
vim.g.copilot_assume_mapped = true
end
-- 'github/copilot.vim',
-- config = function ()
-- vim.g.copilot_assume_mapped = true
-- end
}