diff options
| author | github-actions <github-actions@github.com> | 2021-07-04 21:33:29 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-04 21:33:29 +0000 |
| commit | a592ac3c5cb4dddc1d2fb6b634ad20ee2a2fe958 (patch) | |
| tree | 4942b7014cf98426f7133df8cf25afc0a8f65f26 | |
| parent | fix: check client is not nil in _setup_buffer() (diff) | |
| download | nvim-lspconfig-a592ac3c5cb4dddc1d2fb6b634ad20ee2a2fe958.tar nvim-lspconfig-a592ac3c5cb4dddc1d2fb6b634ad20ee2a2fe958.tar.gz nvim-lspconfig-a592ac3c5cb4dddc1d2fb6b634ad20ee2a2fe958.tar.bz2 nvim-lspconfig-a592ac3c5cb4dddc1d2fb6b634ad20ee2a2fe958.tar.lz nvim-lspconfig-a592ac3c5cb4dddc1d2fb6b634ad20ee2a2fe958.tar.xz nvim-lspconfig-a592ac3c5cb4dddc1d2fb6b634ad20ee2a2fe958.tar.zst nvim-lspconfig-a592ac3c5cb4dddc1d2fb6b634ad20ee2a2fe958.zip | |
[docgen] Update CONFIG.md
skip-checks: true
| -rw-r--r-- | CONFIG.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3716,7 +3716,7 @@ require'lspconfig'.ocamllsp.setup{} Default Values: cmd = { "ocamllsp" } - filetypes = { "ocamlinterface", "ocamllex", "reason", "menhir", "ocaml" } + filetypes = { "ocaml", "ocamllex", "menhir", "reason", "ocamlinterface" } get_language_id = function(_, ftype) return language_id_of[ftype] end |
