add personalize mappings and plugins
This commit is contained in:
parent
ac78e7d9e7
commit
b1bbff8470
3 changed files with 67 additions and 15 deletions
9
lua/custom/plugins/copilot.lua
Normal file
9
lua/custom/plugins/copilot.lua
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue