diff --git a/ocp-indent.opam b/ocp-indent.opam index 531d013..cfc1a55 100644 --- a/ocp-indent.opam +++ b/ocp-indent.opam @@ -37,7 +37,7 @@ depends: [ "base-bytes" ] post-messages: [ - "This package requires additional configuration for use in editors. Install package 'user-setup', or manually: + "If you want to use `ocp-indent` from within Emacs or Vim directly, It requires additional configuration for use in editors. Install package 'user-setup', or manually: * for Emacs, add these lines to ~/.emacs: (add-to-list 'load-path \"%{share}%/emacs/site-lisp\") @@ -45,6 +45,8 @@ post-messages: [ * for Vim, add this line to ~/.vimrc: set rtp^=\"%{share}%/ocp-indent/vim\" + +* If you are seeing this message as a result of installing `ocamlformat`, you may ignore the above instructions and continue using your existing LSP and formatting configuration. " {success & !user-setup:installed} ]