Kevin Cojean
Kevin Cojean
Same issue here. Using: ```text VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Dec 20 2023 23:29:50) Included patches: 1-2181 ``` Reproducable steps: - create the following file structure...
Hello, thank you for the answer :) > If you want to specify that notes-dir is the root, use =notes-dir. Alright, this does work! > @kevincojean If you change your...
You solution using "=dir_name" works, but what if my dir name is quite generic? If I want to disambiguate, how to do so? For instance: ```vim let g:rooter_patterns = [...
Thanks for the answer