config(nvim): more copilot
parent
6b7de5c48e
commit
76f389d945
|
@ -635,6 +635,8 @@ require("lazy").setup({
|
|||
vim.g.copilot_filetypes = {
|
||||
["*"] = false,
|
||||
asciidoc = true,
|
||||
c = true,
|
||||
cpp = true,
|
||||
gitcommit = true,
|
||||
go = true,
|
||||
lua = true,
|
||||
|
|
Loading…
Reference in New Issue