config(nvim): more copilot

main
sudo pacman -Syu 2024-02-17 15:26:42 +07:00
parent 80f9bdd515
commit bed83cbd66
1 changed files with 4 additions and 1 deletions

View File

@ -527,8 +527,11 @@ require("lazy").setup({
vim.g.copilot_filetypes = { vim.g.copilot_filetypes = {
["*"] = false, ["*"] = false,
go = true, go = true,
proto = true,
lua = true, lua = true,
proto = true,
markdown = true,
toml = true,
yaml = true,
} }
end, end,
}, },