join and formatoptions

This commit is contained in:
Christoph J. Scherr 2024-03-12 17:23:58 +01:00
parent fbde01e2dd
commit 65155cf697
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
2 changed files with 1 additions and 3 deletions

View File

@ -52,7 +52,7 @@ opt.startofline = false -- Cursor in same column for few commands
opt.splitbelow = true -- Splits open bottom right opt.splitbelow = true -- Splits open bottom right
opt.splitright = true opt.splitright = true
opt.breakindentopt = { shift = 2, min = 20 } 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
-- === -- ===

View File

@ -41,7 +41,6 @@ M.disabled = {
["<leader>td"] = "", ["<leader>td"] = "",
["<leader>wk"] = "", ["<leader>wk"] = "",
["#"] = "", ["#"] = "",
["J"] = "",
}, },
t = { t = {
["<C-t>"] = "", ["<C-t>"] = "",
@ -50,7 +49,6 @@ M.disabled = {
["#"] = "", ["#"] = "",
["?"] = "", ["?"] = "",
["<leader>/"] = "", ["<leader>/"] = "",
["J"] = "",
}, },
} }