Modified config

This commit is contained in:
2023-09-04 00:35:27 +02:00
parent 307ff3cc83
commit b120973409
3 changed files with 32 additions and 10 deletions

View File

@@ -1,8 +1,4 @@
return {
{
"github/copilot.vim",
event = "VimEnter",
},
{
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
@@ -56,4 +52,8 @@ return {
]])
end,
},
{
"stevearc/dressing.nvim",
event = "VeryLazy",
},
}