Hey!
I like the idea of this plugin!
As far as I have checked, this plugin only takes a look at the cwd to find the project's config file.
Do you think it could be possible to add some logic to walk the directory tree upwards (from the cwd to the root of the filesystem) to find the config there?
I often find myself staring neovim from some subdirectory of my project and then, the configuration is not sourced. I need to go back to the root of my project for the config to be applied.
The idea would be similar to nvim-lspconfig's search_ancestors
What do you think?
Hey!
I like the idea of this plugin!
As far as I have checked, this plugin only takes a look at the cwd to find the project's config file.
Do you think it could be possible to add some logic to walk the directory tree upwards (from the cwd to the root of the filesystem) to find the config there?
I often find myself staring neovim from some subdirectory of my project and then, the configuration is not sourced. I need to go back to the root of my project for the config to be applied.
The idea would be similar to nvim-lspconfig's
search_ancestorsWhat do you think?