#pragma section-numbers off [[TableOfContents]] = 概要 = Emacs 用 LSP クライアント 補完に利用する = 公式サイト = https://github.com/manateelazycat/lsp-bridge = インストール = == 前提条件 == Node.js が必要 * ["Node.js"] Emacs 28以上である事 * markdown-mode、yasnippetが必要 == Python補完用構築 == {{{ pip install epc orjson six pip install pyright }}} このあと、Node.js がはいっている状態で、pyright を起動すると、自動で serverがはいる {{{ pyright --version }}} = 設定 = = 利用方法 = = 参考サイト = ---- CategoryEmacs