diff --git a/users/price/dots/.config/nvim/lua/core/options.lua b/users/price/dots/.config/nvim/lua/core/options.lua index 1e1740d4..e7106fe7 100755 --- a/users/price/dots/.config/nvim/lua/core/options.lua +++ b/users/price/dots/.config/nvim/lua/core/options.lua @@ -42,7 +42,8 @@ M.setup = function() opt.formatlistpat = [[^\s*\(-\|\d\.\|+\)\s*]] opt.formatoptions = "jcroqnp" opt.breakindent = true - opt.breakindentopt = "list:2" + opt.breakindentopt = "sbr,list:2" + opt.showbreak = "" -- Search settings opt.hlsearch = true