Blocked .env and grug ft from copilot
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user