mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update ocaml.lua
Removes unused code that prevents the config to load in OCaml files.
This commit is contained in:
parent
12818a6cb4
commit
54a8e01a28
1 changed files with 0 additions and 3 deletions
|
|
@ -18,9 +18,6 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
ocamllsp = {
|
ocamllsp = {
|
||||||
get_language_id = function(_, ftype)
|
|
||||||
return language_id_of[ftype]
|
|
||||||
end,
|
|
||||||
root_dir = function(fname)
|
root_dir = function(fname)
|
||||||
return require("lspconfig.util").root_pattern(
|
return require("lspconfig.util").root_pattern(
|
||||||
"*.opam",
|
"*.opam",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue