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