diff --git a/README.md b/README.md index 840bb00624..a53cb0e7e0 100644 --- a/README.md +++ b/README.md @@ -169,8 +169,6 @@ Here is a compelte configuration example start the devcontainer and use `file-find` `/docker:user@container:/path/to/file` to open the file. -more detail please refer to [devcontainer-feature-emacs-lsp-bridge](https://github.com/nohzafk/devcontainer-feature-emacs-lsp-bridge). - If you use `apheleia` as formatter, `lsp-bridge` now support auto formatting file on devcontainer. ```elisp ;; setup PATH for remote command execution @@ -189,6 +187,8 @@ If you use `apheleia` as formatter, `lsp-bridge` now support auto formatting fil (setq apheleia-remote-algorithm 'remote)) ``` +more detail about using lsp-bridge in devcontainer please refer to [emacs-devcontainer](https://github.com/nohzafk/emacs-devcontainer). + ## Keymap | Key | Command | Description |