diff options
Diffstat (limited to 'lua/nvim_lsp/fortls.lua')
| -rw-r--r-- | lua/nvim_lsp/fortls.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim_lsp/fortls.lua b/lua/nvim_lsp/fortls.lua index 54d26a45..a94e4dd3 100644 --- a/lua/nvim_lsp/fortls.lua +++ b/lua/nvim_lsp/fortls.lua @@ -11,7 +11,7 @@ configs.fortls = { }; }; docs = { - vscode = 'hansec.fortran-ls'; + package_json = "https://raw.githubusercontent.com/hansec/vscode-fortran-ls/master/package.json"; description = [[ https://github.com/hansec/fortran-language-server |
