feat: remove hardtime and disable copilot

This commit is contained in:
2025-07-19 15:37:19 +02:00
parent 51b886a602
commit 96960c4899
3 changed files with 19 additions and 24 deletions

View File

@@ -1,6 +1,7 @@
return {
"github/copilot.vim",
config = function()
vim.g.copilot_filetypes = { markdown = true }
end,
}
return {}
-- return {
-- "github/copilot.vim",
-- config = function()
-- vim.g.copilot_filetypes = { markdown = true }
-- end,
-- }