My custom plugins
This commit is contained in:
parent
7def76648a
commit
f4b9fef63c
7 changed files with 84 additions and 0 deletions
6
lua/custom/plugins/copilot.lua
Normal file
6
lua/custom/plugins/copilot.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'github/copilot.vim',
|
||||
config = function ()
|
||||
vim.g.copilot_assume_mapped = true
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue