feat: remove hardtime and disable copilot
This commit is contained in:
@@ -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,
|
||||
-- }
|
||||
|
||||
Reference in New Issue
Block a user