My custom plugins

This commit is contained in:
Peter Stuifzand 2024-02-22 21:02:36 +01:00
parent 7def76648a
commit f4b9fef63c
No known key found for this signature in database
7 changed files with 84 additions and 0 deletions

View file

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