klen / nvim-config-local

Secure load local config files for neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nested autocmds not triggered on DirChanged

tp86 opened this issue · comments

commented

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.