Update ocaml.lua

Removes unused code that prevents the config to load in OCaml files.
This commit is contained in:
Friedl Ulrich 2024-08-25 16:43:18 +02:00 committed by GitHub
parent 12818a6cb4
commit 54a8e01a28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,9 +18,6 @@ return {
opts = {
servers = {
ocamllsp = {
get_language_id = function(_, ftype)
return language_id_of[ftype]
end,
root_dir = function(fname)
return require("lspconfig.util").root_pattern(
"*.opam",