Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Unreleased
- Use `find-file-noselect` in `load-uri` to avoid buffer flicker ([#90](https://github.com/tarides/ocaml-eglot/pull/90))
- Simplify `on-interface` to avoid redundant extension check ([#90](https://github.com/tarides/ocaml-eglot/pull/90))
- Avoid re-initializing major mode on every type display update ([#90](https://github.com/tarides/ocaml-eglot/pull/90))
- Remove `ocaml-eglot-objinfo` in favor to `neocaml-objinfo` ([#92](https://github.com/tarides/ocaml-eglot/pull/92))

ocaml-eglot 1.3.0
======================
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,14 +569,6 @@ Alternatively, you can search for a definition or declaration:
![Search Definition or Declaration Example](media/search-def.gif)


### Opening up build artefacts

Used to hook the opening of a compilation artefact with
`ocamlobjinfo`:

![Opening build artifact using ocamlobjinfo](media/ocamlobjinfo.gif)


## Comparison of Merlin and OCaml-eglot commands

| `merlin` | `ocaml-eglot` | Note |
Expand Down
64 changes: 0 additions & 64 deletions ocaml-eglot-objinfo.el

This file was deleted.

1 change: 0 additions & 1 deletion ocaml-eglot.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
(require 'ocaml-eglot-req)
(require 'ocaml-eglot-type-enclosing)
(require 'ocaml-eglot-xref)
(require 'ocaml-eglot-objinfo)
(require 'eglot)

(declare-function flycheck-next-error "ext:flycheck")
Expand Down
Loading