Skip to content

Commit

Permalink
Use fortls also for fortran-mode
Browse files Browse the repository at this point in the history
* eglot.el (eglot-server-programs): Use fortls also for fortran-mode.

Copyright-paperwork-exempt: Yes
  • Loading branch information
Philipp Edelmann authored and skangas committed Jan 8, 2022
1 parent 91b3f60 commit 2410637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eglot.el
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ language-server/bin/php-language-server.php"))
(yaml-mode . ("yaml-language-server" "--stdio"))
(nix-mode . ("rnix-lsp"))
(gdscript-mode . ("localhost" 6008))
(f90-mode . ("fortls"))
((fortran-mode f90-mode) . ("fortls"))
(zig-mode . ("zls")))
"How the command `eglot' guesses the server to start.
An association list of (MAJOR-MODE . CONTACT) pairs. MAJOR-MODE
Expand Down

0 comments on commit 2410637

Please sign in to comment.