some changes

This commit is contained in:
Barrett Ruth 2026-02-10 18:36:00 -05:00
parent 6d311d4fbd
commit f2b8595ca7
3 changed files with 3 additions and 1 deletions

View file

@ -18,6 +18,7 @@ au({ 'TermOpen', 'BufWinEnter' }, {
group = aug,
})
-- TODO: out of date (config no longer in $XDG_CONFIG_HOME/nvim)
au('BufWritePost', {
pattern = (
os.getenv('XDG_CONFIG_HOME') or (os.getenv('HOME') .. '/.config')