From 5ef53fd88ed158a179221c4a0f5b7ccc8f0fd42a Mon Sep 17 00:00:00 2001 From: chrisgrieser Date: Tue, 3 Dec 2024 22:38:44 +0000 Subject: [PATCH] style: auto-format with stylua --- lua/various-textobjs/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/various-textobjs/config.lua b/lua/various-textobjs/config.lua index 240a2da..532b040 100644 --- a/lua/various-textobjs/config.lua +++ b/lua/various-textobjs/config.lua @@ -2,7 +2,7 @@ local M = {} -------------------------------------------------------------------------------- ---@class VariousTextobjs.Config local defaultConfig = { - -- See overview table in README for the defaults keymaps. + -- See overview table in README for the defaults keymaps. -- (Note that lazy-loading this plugin, the default keymaps cannot be set up. -- if you set this to `true`, you thus need to add `lazy = false` to your -- lazy.nvim config.)