From 987a52e7794ac805219b414b305f291dd92bc829 Mon Sep 17 00:00:00 2001 From: Job79 Date: Mon, 14 Sep 2026 20:43:47 +0200 Subject: [PATCH] chore: fix formatting --- plugin/10_options.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/10_options.lua b/plugin/10_options.lua index 2221d90..f523a78 100644 --- a/plugin/10_options.lua +++ b/plugin/10_options.lua @@ -1,7 +1,7 @@ -- General -vim.g.mapleader = ' ' -- Use `` as key -vim.o.undofile = true -- Enable persistent undo -vim.o.shada = "'50,<20,s10,:100,/50,@50,h" -- Limit ShaDa file (for startup) +vim.g.mapleader = ' ' -- Use `` as key +vim.o.undofile = true -- Enable persistent undo +vim.o.shada = "'50,<20,s10,:100,/50,@50,h" -- Limit ShaDa file (for startup) -- UI vim.o.breakindent = true -- Indent wrapped lines to match line start