klen / nvim-config-local

Secure load local config files for neovim
MIT License
150 stars 9 forks source link

Nested autocmds not triggered on DirChanged #13

Open tp86 opened 7 months ago

tp86 commented 7 months ago

Any reason why for DirChanged nested autocmds are not triggered? I see that for other events there is option nested = true set.

What I'm trying to do is change colorscheme in .nvim.lua (this works) and it should trigger ColorScheme event for setting up lualine theme, but event is not triggered.