From d6905f20521caa14e0a71b41e3f823e8cfbbd386 Mon Sep 17 00:00:00 2001 From: hakase Date: Tue, 20 Aug 2024 08:13:26 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=F0=9F=92=BB=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/init.lua | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 1ede33c..5e7d1a6 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -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 = {} }, }