rooter.nvim
rooter.nvim copied to clipboard
rooter.nvim is a neovim plugin written in lua to change current working directory to project's root directory.
https://www.lua.org/manual/5.3/manual.html#pdf-package.config fixed the issue with windows backslashes that was causing error in neovim.
As title. I just want to know this one. Thanks!
Would you consider changing the way this plugin gets initialised and use `setup()` function with options passed in as a table? It's became a standard way for lua plugins to...