diff --git a/data/tutorials/getting-started/2_00_editor_setup.md b/data/tutorials/getting-started/2_00_editor_setup.md index 5da08f5c54..fea720d20a 100644 --- a/data/tutorials/getting-started/2_00_editor_setup.md +++ b/data/tutorials/getting-started/2_00_editor_setup.md @@ -6,9 +6,6 @@ description: | This page will show you how to set up your editor for OCaml. category: "Tooling" --- - -# Configuring Your Editor - While the toplevel is great for interactively trying out the language, we will shortly need to write OCaml files in an editor. We already installed the tools required to enhance Merlin, our editor of choice with OCaml support. Merlin provides all features such as "jump to definition," "show type," and `ocaml-lsp-server`, a server that delivers those features to the editor through the LSP server. OCaml has plugins for many editors, but the most actively maintained are for Visual Studio Code, Emacs, and Vim.