diff --git a/users/price/dots/.config/nvim/lua/core/options.lua b/users/price/dots/.config/nvim/lua/core/options.lua index 23151d8e..2448b550 100755 --- a/users/price/dots/.config/nvim/lua/core/options.lua +++ b/users/price/dots/.config/nvim/lua/core/options.lua @@ -32,8 +32,9 @@ M.setup = function() opt.shiftwidth = 4 opt.smartindent = true opt.breakat = " \t;," + opt.formatlistpat = [[^\s*\(-\|\d\.\)\s*]] opt.breakindent = true - opt.breakindentopt = "" + opt.breakindentopt = "list:2" opt.expandtab = true opt.smarttab = true opt.shiftround = true