rooter.nvim icon indicating copy to clipboard operation
rooter.nvim copied to clipboard

rooter.nvim is a neovim plugin written in lua to change current working directory to project's root directory.

Results 3 rooter.nvim issues
Sort by recently updated
recently updated
newest added

https://www.lua.org/manual/5.3/manual.html#pdf-package.config fixed the issue with windows backslashes that was causing error in neovim.

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...