sapporocpp / mokumoku

0 stars 0 forks source link

2019/09/26 もくもく会 #185 #188

Open maraigue opened 4 years ago

maraigue commented 4 years ago
ignisan commented 4 years ago

LSP(Language Server Protocol)というものが気になったのでccls https://github.com/MaskRay/ccls を使ってみる

maraigue commented 4 years ago

ポインタの値がおかしいところが見つけられない…

ignisan commented 4 years ago

Screenshot from 2019-09-26 23-22-18

動いてはいるようだが設定のやり方とかがまだまだわからない

maraigue commented 4 years ago

「削除しようとしたノードとその一つ先のノードが隣接ノード」って状況を考えていなかったのが原因っぽいところまではわかった

ignisan commented 4 years ago

自分用memo coc.nvimをvimプラグインに追加する。ついでにnodejsとyarnもインストールしておく。coc.nvimはビルドした。 call dein#add('neoclide/coc.nvim', {'merge':0, 'build':'yarn install --frozen-lockfile'}) cclsはaurにあるのでyayで入る。 cmake -H. -Bbuild -DCMAKE_EXPORT_COMPILE_COMMANDS=YES でcompile_commands.jsonができるので適当にln -sでシンボリックリンクをはる。

ignisan commented 4 years ago

memo追加 compiled javascript file not foundとか出たら

:call coc#util#install()