fortran-language-server
fortran-language-server copied to clipboard
Help need in using fortls in emacs
I am shifting to doom-emacs for writing the Fortran program. How can I setup Fortran language server on doom-emacs
Regards Vikas
As far as I know there is this client for emacs.
You can specify more options directly to the fortran-language-server
by using a .fortls
file. I am afraid that is where my knowledge of emacs ends (I tend to use VSCode).
I see, thank you for your reply. I will post my experience here once I get some success.
Regards Vikas
there are two lsp clients for emacs, eglot and lsp-mode, both should support it right away, eglot will auto-detect it and here are the lsp-mode instructions.
googling doom emacs eglot gave this here: https://rgoswami.me/posts/emacs-lang-servers/ don't know if up-to-date.