join and formatoptions
This commit is contained in:
parent
fbde01e2dd
commit
65155cf697
|
@ -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
|
||||
-- ===
|
||||
|
|
|
@ -41,7 +41,6 @@ M.disabled = {
|
|||
["<leader>td"] = "",
|
||||
["<leader>wk"] = "",
|
||||
["#"] = "",
|
||||
["J"] = "",
|
||||
},
|
||||
t = {
|
||||
["<C-t>"] = "",
|
||||
|
@ -50,7 +49,6 @@ M.disabled = {
|
|||
["#"] = "",
|
||||
["?"] = "",
|
||||
["<leader>/"] = "",
|
||||
["J"] = "",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue