aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp/fortls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim_lsp/fortls.lua')
-rw-r--r--lua/nvim_lsp/fortls.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/nvim_lsp/fortls.lua b/lua/nvim_lsp/fortls.lua
index 5eceb00c..54d26a45 100644
--- a/lua/nvim_lsp/fortls.lua
+++ b/lua/nvim_lsp/fortls.lua
@@ -10,8 +10,6 @@ configs.fortls = {
nthreads = 1,
};
};
- -- on_new_config = function(new_config) end;
- -- on_attach = function(client, bufnr) end;
docs = {
vscode = 'hansec.fortran-ls';
description = [[
@@ -24,5 +22,4 @@ Fortran Language Server for the Language Server Protocol
};
};
};
-
-- vim:et ts=2 sw=2