goolord / alpha-nvim

a lua powered greeter like vim-startify / dashboard-nvim
MIT License
1.82k stars 109 forks source link

Auto cd when selecting file from MRU #143

Closed LamprosPitsillos closed 2 years ago

LamprosPitsillos commented 2 years ago

Fixing #52

It is off by default, as to not cause any breaking changes.

If you want to use this just do :

local theme = require("alpha.themes.theta") --or require("alpha.themes.startify")
theme.mru_opts.autocd = true
alpha.setup(theme.config)
goolord commented 2 years ago

ty for your contribution!