My changes

This commit is contained in:
Peter Stuifzand 2024-02-26 21:18:26 +01:00
parent 609808366b
commit 889ba25939
No known key found for this signature in database
7 changed files with 49 additions and 9 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,
}