moved custom plugins to seperate folder
This commit is contained in:
parent
65c756629e
commit
7f6cc1833c
8 changed files with 126 additions and 116 deletions
7
lua/custom/plugins/github-copilot.lua
Normal file
7
lua/custom/plugins/github-copilot.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
-- Copilot
|
||||
{
|
||||
'github/copilot.vim',
|
||||
lazy = false,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue