Blocked .env and grug ft from copilot
This commit is contained in:
@@ -23,6 +23,13 @@ return {
|
||||
python = true,
|
||||
markdown = 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,
|
||||
|
||||
Reference in New Issue
Block a user