diff options
| author | Hirokazu Hata <h.hata.ai.t@gmail.com> | 2020-05-18 20:14:36 +0900 |
|---|---|---|
| committer | Hirokazu Hata <h.hata.ai.t@gmail.com> | 2020-05-18 20:14:36 +0900 |
| commit | b74099cf2734f75a94cd47cc37cef3f721f3b664 (patch) | |
| tree | 46fe1182d7f88d4f17510710b215e6ce39df3d80 /lua/nvim_lsp/fortls.lua | |
| parent | [docgen] Update README.md (diff) | |
| download | nvim-lspconfig-b74099cf2734f75a94cd47cc37cef3f721f3b664.tar nvim-lspconfig-b74099cf2734f75a94cd47cc37cef3f721f3b664.tar.gz nvim-lspconfig-b74099cf2734f75a94cd47cc37cef3f721f3b664.tar.bz2 nvim-lspconfig-b74099cf2734f75a94cd47cc37cef3f721f3b664.tar.lz nvim-lspconfig-b74099cf2734f75a94cd47cc37cef3f721f3b664.tar.xz nvim-lspconfig-b74099cf2734f75a94cd47cc37cef3f721f3b664.tar.zst nvim-lspconfig-b74099cf2734f75a94cd47cc37cef3f721f3b664.zip | |
config: remove unnecessary code comennts and utf8 option
Remove meaningless code comments because they are increased by copy and paste.
Currently, utf8 options are only supported by clangd, so remove them from unnecessary ones.
Diffstat (limited to 'lua/nvim_lsp/fortls.lua')
| -rw-r--r-- | lua/nvim_lsp/fortls.lua | 3 |
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 |
