Skip to content

Commit

Permalink
Update fortls.lua
Browse files Browse the repository at this point in the history
Update links for fortls
  • Loading branch information
adigitoleo authored Aug 6, 2024
1 parent 0c4a772 commit a5c42e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/lspconfig/server_configurations/fortls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ return {
},
docs = {
description = [[
https://github.com/gnikit/fortls
https://fortls.fortran-lang.org/index.html
fortls is a Fortran Language Server, the server can be installed via pip
Expand All @@ -27,7 +27,7 @@ pip install fortls
Settings to the server can be passed either through the `cmd` option or through
a local configuration file e.g. `.fortls`. For more information
see the `fortls` [documentation](https://gnikit.github.io/fortls/options.html).
see the `fortls` [documentation](https://fortls.fortran-lang.org/options.html).
]],
default_config = {
root_dir = [[root_pattern(".fortls")]],
Expand Down

0 comments on commit a5c42e0

Please sign in to comment.