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.
Any reason why for
DirChanged
nested autocmds are not triggered? I see that for other events there is optionnested = 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.