diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-08-06 06:12:12 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-08-06 06:12:12 +0000 |
| commit | 6c505d4220b521f3b0e7b645f6ce45fa914d0eed (patch) | |
| tree | ae6cdf2163334b3745909406ffeb2eb14b66d601 /doc/server_configurations.md | |
| parent | docs(fortls): update linke of fortls (#3258) (diff) | |
| download | nvim-lspconfig-6c505d4220b521f3b0e7b645f6ce45fa914d0eed.tar nvim-lspconfig-6c505d4220b521f3b0e7b645f6ce45fa914d0eed.tar.gz nvim-lspconfig-6c505d4220b521f3b0e7b645f6ce45fa914d0eed.tar.bz2 nvim-lspconfig-6c505d4220b521f3b0e7b645f6ce45fa914d0eed.tar.lz nvim-lspconfig-6c505d4220b521f3b0e7b645f6ce45fa914d0eed.tar.xz nvim-lspconfig-6c505d4220b521f3b0e7b645f6ce45fa914d0eed.tar.zst nvim-lspconfig-6c505d4220b521f3b0e7b645f6ce45fa914d0eed.zip | |
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc/server_configurations.md')
| -rw-r--r-- | doc/server_configurations.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 1f34971a..211503f6 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -4237,7 +4237,7 @@ require'lspconfig'.foam_ls.setup{} ## fortls -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 @@ -4247,7 +4247,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). |
