Nvim– category –
-
Nvim
which-key.nvim does not show the list in specific key
which-key.nvim を使用してるが、超便利。I'm using which-key.nvim and it's super convenient. packer.nvim -> lazy.nvim への移行に、which-key.nvim のバージョンアップも重なったためか、'<leader>' や 'g' など特定のキーストロークから始... -
Nvim
Let ‘tree-sitter-comment’ highlight over LSP on ‘@comment’
【nvim + tree-sitter-comment】 TODO: などをカラフルに目立たせたいので、 tree-sitter-comment をインストールした。 :TSInstall comment ほとんどの言語は問題なくカラフルに表示される。Most languages are displayed colorfully without any probl... -
Nvim
Add custom action to <CR> <S-CR> in mkdnflow’s list
mkdnflow.nvim の リスト上での <CR> <S-CR> 動作があまり好きではなかったので、以下のようにしました。快適! config = function() -- Check if list or not, then add new line or just do '<CR>' '<S-CR>' be... -
Nvim
Create mql4 dev environment
【Why MQL4 + nvim ?】 nvim 上で MT4 の EA を自作するための MQL4 開発環境を整える。Prepare the MQL4 editing environment to create your own MT4 EA using nvim. 何しろ MQL4 + nvim に関する情報が少ないので大変。みんな MetaEditor 上でコーディ...
1