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