ocaml / merlin

Context sensitive completion for OCaml in Vim and Emacs
https://ocaml.github.io/merlin/
MIT License
1.59k stars 232 forks source link

`$(opam var share)/merlin/vim/doc/tags` should be deleted on uninstall #1822

Open ddickstein opened 2 months ago

ddickstein commented 2 months ago

The :helptags command in Vim that Merlin advises to run after opam installation generates a tags file in the doc directory. It should be cleaned up if Merlin is uninstalled.

voodoos commented 2 months ago

Good catch, I guess there is some field in the opam package to do that ?