aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
index ff9b4ea5..4da3e222 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,7 @@ Implemented language servers:
- [cssls](#cssls)
- [elmls](#elmls)
- [flow](#flow)
+- [fortls](#fortls)
- [gopls](#gopls)
- [hie](#hie)
- [pyls](#pyls)
@@ -346,6 +347,27 @@ nvim_lsp#setup("flow", {config})
settings = {}
```
+## fortls
+
+https://github.com/hansec/fortran-language-server
+
+Fortran Language Server for the Language Server Protocol
+
+
+```lua
+nvim_lsp.fortls.setup({config})
+nvim_lsp#setup("fortls", {config})
+
+ Default Values:
+ cmd = { "fortls" }
+ filetypes = { "fortran" }
+ log_level = 2
+ root_dir = root_pattern(".fortls")
+ settings = {
+ nthreads = 1
+ }
+```
+
## gopls
https://github.com/golang/tools/tree/master/gopls