Skip to content

Commit

Permalink
remove title (#2007)
Browse files Browse the repository at this point in the history
  • Loading branch information
PizieDust authored Jan 29, 2024
1 parent 0a7ae8b commit 28d3118
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions data/tutorials/getting-started/2_00_editor_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 28d3118

Please sign in to comment.