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,
-- }

View File

@@ -1,6 +0,0 @@
return {
"m4xshen/hardtime.nvim",
lazy = false,
dependencies = { "MunifTanjim/nui.nvim" },
opts = {},
}