simrat39 / rust-tools.nvim

Tools for better development in rust using neovim's builtin lsp
MIT License
2.17k stars 158 forks source link

fix: lua require paths #276

Closed mdietrich16 closed 1 year ago

mdietrich16 commented 1 year ago

On Windows the lua require calls fail when using slashes, but replacing them with dots works.