natecraddock / workspaces.nvim

a simple plugin to manage workspace directories in neovim
MIT License
309 stars 15 forks source link

Ensure the startup autocmd is nested #41

Closed elken closed 1 month ago

elken commented 1 month ago

Because of some inner neovim details[1], this has to be nested in order to properly setup ft and other plugins.

Fixes #31

[1] https://github.com/neovim/neovim/issues/8136#issuecomment-373082539

natecraddock commented 1 month ago

Thanks!