Open3
AstroVimの環境セットアップ
C++のLSPに関して、
clangdだとリアルタイムにエラーを行内に表示してくれる。
ast_gradは表示されない。
treesitterのエラーは下記を実施
:TSUpdate
:TSInstall! <lang>
e.x. :TSInstall! cpp など
参照: https://github.com/nvim-treesitter/nvim-treesitter/issues/3092
nvimはsnapで入れるのが良い。
標準のaptはバージョンが足りない。
ppaでもstable版はバージョンが足りない。
tree-sitterは自動で入るので自分で入れる必要はない。