Nvim– category –
-
Add image/video preview on vifm
Improve vifm filer I wrote previewing script for image/video for better experience on vifm. Finder on MacOS is not so useful, but vifm is faster & easy to use.So I want to set it up as 2nd(1st?) image/video viewer too.Add image/video... -
Add movie preview to vifm
Need movie preview Finder on MacOS is not so useful, but vifm is faster & easy to use.So I want to set it up as 2nd(1st?) image/movie viewer too.Add movie preview function to vifm, with ffmpeg & zsh script.(Image previewing funct... -
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... -
MQL compiling plugin for nvim
以下の記事で、MacOS + nvim + wine(wineskin) + MT5 という割と特殊な環境で MQL5 を MetaEditor(GUI) なしでコンパイルする方法を探索しました。 VSCode には MQLをコンパイルするプラグインはありますが、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' など特定のキーストロークから始... -
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... -
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... -
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