nim-lang / nim-mode

An emacs major mode for the Nim programming language
139 stars 46 forks source link

a function or variable to select the project root #192

Open krux02 opened 6 years ago

krux02 commented 6 years ago

When I edit a file in nim that is just included in another file, nimsuggest can properly support that file if nimsuggest gets to the the root of the project as a projectfile. There should be an interface to select the root of the project.

for example an interactive function nim-select-project-root.