diff --git a/dots/.config/nvim/lua/core/options.lua b/dots/.config/nvim/lua/core/options.lua index fc7d48db..b698e39f 100755 --- a/dots/.config/nvim/lua/core/options.lua +++ b/dots/.config/nvim/lua/core/options.lua @@ -139,6 +139,9 @@ M.setup = function() -- Allow per project configuration via exrc opt.exrc = true + + -- Add `r` & `o` beyond the defaults provided, supports comment leaders + opt.formatoptions = "tcqjro" end return M