diff options
| author | Leon <adigitoleo@posteo.net> | 2024-08-06 16:11:56 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-06 14:11:56 +0800 |
| commit | 8933773bb4ab94984758cb8b7357880788096e65 (patch) | |
| tree | ce0d9846b690d4c8b5f0c2ce5fc318abe5da335e /lua/lspconfig/server_configurations/fortls.lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-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)
Diffstat (limited to 'lua/lspconfig/server_configurations/fortls.lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/fortls.lua | 4 |
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")]], |
