lsp– tag –
-
EA
MQL5 code completion in nvim like vscode
nvim でも vscode プラグインみたいに mql5 のコード補完をしたい。I want to use code completion for mql5 in nvim, like the vscode plugins. Conclusion 下記の設定でやっとコード補完ができた。GPTバンザイ。I was finally able to complete the code... -
Nvim
Let ‘tree-sitter-comment’ highlight over LSP on ‘@comment’
nvim + tree-sitter-comment TODO: などをカラフルに目立たせたいので、 tree-sitter-comment をインストールした。 :TSInstall commentVimL ほとんどの言語は問題なくカラフルに表示される。Most languages are displayed colorfully without any probl...
1