From 65155cf697385d0516f3f5f118e2ecd41052cf2b Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Tue, 12 Mar 2024 17:23:58 +0100 Subject: [PATCH] join and formatoptions --- lua/custom/init.lua | 2 +- lua/custom/mappings.lua | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lua/custom/init.lua b/lua/custom/init.lua index 115e432..609b5b6 100644 --- a/lua/custom/init.lua +++ b/lua/custom/init.lua @@ -52,7 +52,7 @@ opt.startofline = false -- Cursor in same column for few commands opt.splitbelow = true -- Splits open bottom right opt.splitright = true opt.breakindentopt = { shift = 2, min = 20 } -opt.formatoptions = "qnlmBjp" -- see :h fo-table & :h formatoptions +opt.formatoptions = "qnlmBjpt" -- see :h fo-table & :h formatoptions -- Diff -- === diff --git a/lua/custom/mappings.lua b/lua/custom/mappings.lua index b8e91a2..937c3a6 100644 --- a/lua/custom/mappings.lua +++ b/lua/custom/mappings.lua @@ -41,7 +41,6 @@ M.disabled = { ["td"] = "", ["wk"] = "", ["#"] = "", - ["J"] = "", }, t = { [""] = "", @@ -50,7 +49,6 @@ M.disabled = { ["#"] = "", ["?"] = "", ["/"] = "", - ["J"] = "", }, }