🧑💻 formatting

This commit is contained in:
hakase
2024-08-20 08:13:26 -05:00
parent 3beba645ef
commit d6905f2052
+2 -8
View File
@@ -63,9 +63,7 @@ return {
version = "*", -- Use for stability; omit to use `main` branch for the latest features
event = "VeryLazy",
config = function()
require("nvim-surround").setup {
-- Configuration here, or leave empty to use defaults
}
require("nvim-surround").setup{}
end,
},
@@ -135,11 +133,7 @@ return {
{
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
opts = {}
},
}