simrat39 / rust-tools.nvim

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

How to enable Completion other than main.rs file? #290

Closed Ritzier closed 1 year ago

Ritzier commented 1 year ago

How can I enable Rust-Analyzer in files other than main.rs file?

Ritzier commented 1 year ago

Working in a single rs file. But not work when not mod {file} in main.rs.