Blocked .env and grug ft from copilot

This commit is contained in:
2024-08-25 23:03:09 +02:00
parent d46b5582f3
commit 06598f5a18

View File

@@ -23,6 +23,13 @@ return {
python = true, python = true,
markdown = true, markdown = true,
json = true, json = true,
sh = function()
if string.match(vim.fs.basename(vim.api.nvim_buf_get_name(0)), "^%.env.*") then
return false
end
return true
end,
["grug-far"] = false,
}, },
}) })
end, end,