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.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
|
||||||
-- ===
|
-- ===
|
||||||
|
|
|
@ -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"] = "",
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue