aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon <adigitoleo@posteo.net>2024-08-06 16:11:56 +1000
committerGitHub <noreply@github.com>2024-08-06 14:11:56 +0800
commit8933773bb4ab94984758cb8b7357880788096e65 (patch)
treece0d9846b690d4c8b5f0c2ce5fc318abe5da335e
parentdocs: update server_configurations.md (diff)
downloadnvim-lspconfig-8933773bb4ab94984758cb8b7357880788096e65.tar
nvim-lspconfig-8933773bb4ab94984758cb8b7357880788096e65.tar.gz
nvim-lspconfig-8933773bb4ab94984758cb8b7357880788096e65.tar.bz2
nvim-lspconfig-8933773bb4ab94984758cb8b7357880788096e65.tar.lz
nvim-lspconfig-8933773bb4ab94984758cb8b7357880788096e65.tar.xz
nvim-lspconfig-8933773bb4ab94984758cb8b7357880788096e65.tar.zst
nvim-lspconfig-8933773bb4ab94984758cb8b7357880788096e65.zip
docs(fortls): update linke of fortls (#3258)
-rw-r--r--lua/lspconfig/server_configurations/fortls.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lspconfig/server_configurations/fortls.lua b/lua/lspconfig/server_configurations/fortls.lua
index 41a00051..24938668 100644
--- a/lua/lspconfig/server_configurations/fortls.lua
+++ b/lua/lspconfig/server_configurations/fortls.lua
@@ -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
@@ -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")]],