diff options
| author | github-actions <github-actions@github.com> | 2021-07-13 00:00:19 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-13 00:00:19 +0000 |
| commit | bc7796a5fd8a9c0373413105f0fbd5ea44583538 (patch) | |
| tree | eb5a5f188b210a93341c9221a34473435b0f768e | |
| parent | fix: do not attach server if buftype is 'nofile' (#1064) (diff) | |
| download | nvim-lspconfig-bc7796a5fd8a9c0373413105f0fbd5ea44583538.tar nvim-lspconfig-bc7796a5fd8a9c0373413105f0fbd5ea44583538.tar.gz nvim-lspconfig-bc7796a5fd8a9c0373413105f0fbd5ea44583538.tar.bz2 nvim-lspconfig-bc7796a5fd8a9c0373413105f0fbd5ea44583538.tar.lz nvim-lspconfig-bc7796a5fd8a9c0373413105f0fbd5ea44583538.tar.xz nvim-lspconfig-bc7796a5fd8a9c0373413105f0fbd5ea44583538.tar.zst nvim-lspconfig-bc7796a5fd8a9c0373413105f0fbd5ea44583538.zip | |
[docgen] Update CONFIG.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3746,7 +3746,7 @@ require'lspconfig'.ocamllsp.setup{} Default Values: cmd = { "ocamllsp" } - filetypes = { "ocamlinterface", "ocamllex", "reason", "ocaml", "menhir" } + filetypes = { "ocamlinterface", "ocaml", "ocamllex", "reason", "menhir" } get_language_id = function(_, ftype) return language_id_of[ftype] end |
