diff options
| author | github-actions <github-actions@github.com> | 2021-07-09 16:37:25 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-07-09 16:37:25 +0000 |
| commit | e5e06b4254ccf720c981cbfc4c2733548b4d88c5 (patch) | |
| tree | fd2581a2337ab8ac1f86ce0b33a5a20828e137d0 /CONFIG.md | |
| parent | docs: fix typo in vim-plug instructions (#1044) (diff) | |
| download | nvim-lspconfig-e5e06b4254ccf720c981cbfc4c2733548b4d88c5.tar nvim-lspconfig-e5e06b4254ccf720c981cbfc4c2733548b4d88c5.tar.gz nvim-lspconfig-e5e06b4254ccf720c981cbfc4c2733548b4d88c5.tar.bz2 nvim-lspconfig-e5e06b4254ccf720c981cbfc4c2733548b4d88c5.tar.lz nvim-lspconfig-e5e06b4254ccf720c981cbfc4c2733548b4d88c5.tar.xz nvim-lspconfig-e5e06b4254ccf720c981cbfc4c2733548b4d88c5.tar.zst nvim-lspconfig-e5e06b4254ccf720c981cbfc4c2733548b4d88c5.zip | |
[docgen] Update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
| -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", "ocaml", "ocamllex", "menhir", "reason" } + filetypes = { "ocamlinterface", "ocaml", "ocamllex", "reason", "menhir" } get_language_id = function(_, ftype) return language_id_of[ftype] end |
