2024-01-01から1年間の記事一覧

LSPのセットアップ

www.youtube.com とりあえずこれをやってみる。

difftasticを使う

インストール Installationを参考に。 $ brew install difftastic Gitで使う Gitを参考に。 ~.gitconfigに以下を追加する。 [diff] tool = difftastic [difftool] prompt = false [difftool "difftastic"] cmd = difft "$LOCAL" "$REMOTE" [pager] difftool …