Hello,
Thanks for the great plugin.
Is this the correct way to add 'src/screens' to the lookup path? When I do so in package.json it works fine, but most of my projects have 'src/screens' and I'm trying to configure it globally through .vimrc.
let g:vim_npr_default_dirs = ["src", "lib", "test", "public", "node_modules", "src/screens"]
Hello,
Thanks for the great plugin.
Is this the correct way to add 'src/screens' to the lookup path? When I do so in package.json it works fine, but most of my projects have 'src/screens' and I'm trying to configure it globally through .vimrc.
let g:vim_npr_default_dirs = ["src", "lib", "test", "public", "node_modules", "src/screens"]