K.Takata
K.Takata
> `npm run fmtcheck` is failing, but so is `npm run fmt`. Any ideas? On Windows, prettier doesn't seem to accept wildcards. I had to execute it manually: `node_modules\.bin\prettier --write...
Recently I haven't updated this because I think it is matured. It works well in my environments and it has enough features for me. Feature requests, bug reports and PRs...
I only use Vim, however, I'm not going to drop support for Neovim. So, converting it to vim9script it not an option at this moment. Also, minpac doesn't do heavy...
slack の方でも書きましたが、tags ファイルがリポジトリにあるかどうかをチェックするには git コマンドを実行する必要があり、Windows だと確実に遅くなるのでどうするか悩ましいです。 とりあえず、vimdoc-ja の方で対処する方法を考えてみました。 https://github.com/vim-jp/vimdoc-ja/pull/269
autofmt でも同様に https://github.com/vim-jp/autofmt/pull/19
It seems to hang up on Neovim. Why?
I haven't used Neovim, so I'm not sure why this occurs. What does `:set shell?` show? I expect `shell=C:\Windows\System32\cmd.exe`. Do you set `SHELL` environment variable?
Can you copy&paste the result of `:message`?
I don't think it's useful., because minpac doesn't manage runtime path. Isn't it enough to modify the runtime path directly? E.g.: ```vim set rtp+=/usr/local/opt/fzf ``` Or, if you put a...
To generate help tags files, using `:helptags ALL` would be the easiest way. Minpac generates tags files only when `minpac#update()` is called and if plugins are newly installed or updated.