neoconf.nvim
neoconf.nvim copied to clipboard
bug: State not cleared when changing cwd/workspaces
Did you check docs and existing issues?
- [X] I have read all the neoconf.nvim docs
- [X] I have searched the existing issues of neoconf.nvim
- [X] I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
0.10 stable
Operating system/version
Macos 14.5
Describe the bug
When I change sessions with nvim persisted, the previous project config is left in memory.
I don't know how to remove the values from the previous project after switching projects
Steps To Reproduce
Go to project a with config file, switch to project B with no local config file, project A state retained
Expected Behavior
Api to clear state / recheck project local config
Repro
No response