dont keep tracking curdir in views

navigator
spike 2 years ago
parent fc4faffccb
commit 77a62928da

@ -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(".")

Loading…
Cancel
Save