diff --git a/lua/core/options.lua b/lua/core/options.lua index 151ce3e..a93f7d0 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -49,7 +49,7 @@ opt.ruler = false -- disable nvim intro opt.shortmess:append "sI" -opt.viewoptions="folds,cursor,curdir" +opt.viewoptions="folds,cursor" -- . # and - are end of word designators opt.iskeyword:remove(".")