add personalize mappings and plugins

This commit is contained in:
Exo Mercado 2024-08-24 01:08:56 +08:00
parent ac78e7d9e7
commit b1bbff8470
3 changed files with 67 additions and 15 deletions

View file

@ -0,0 +1,9 @@
-- You can add your own plugins here or in other files in this directory!
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {
'github/copilot.vim',
config = function()
end,
}