So, as i was writing before, if there is a nims (nim script) with the same name of a source file (for building it), Ale stops working.
I can edit and lint sources with other names. So what can i do, except editing only files with different names ? Using Makefiles maybe ? At startup of nvim, i have this message: `nimsuggest instance for project /home/jseb/…/project stopped with exitcode: 1` I get it whatever the nim source name is (but Ale still works with sources filenames different that nims name). Ok that getting complex, here is a sample. project.nims , project.nim -> while editing `project.nim`, the linter is disabled and i have the warning above from nimsuggest. project.nims , bob.nim -> while editing `bob.nim`, linting is ok, but i still have the warning from nimsuggest. project.nim , bob.nim -> can edit both, linting ok, no warning from nimsuggest. I don't have this message in a directory
