initial commit
This commit is contained in:
6
lua/plugins/copilot.lua
Normal file
6
lua/plugins/copilot.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
"github/copilot.vim",
|
||||
config = function()
|
||||
vim.g.copilot_filetypes = { markdown = true }
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user