minpac
minpac copied to clipboard
A minimal package manager for Vim 8 (and Neovim)
Hi, I migrated back from neovim to vim becuase of some reasons. and I want to know is this plugin manager still maintained or not? if not then anyone can...
I call ``` :call minpac#clean() ``` and I get this error: ``` Removing the above directory. [y/N]? y Error detected while processing function minpac#clean[2]..minpac#impl#clean: line 41: E944: Reverse range in...
WindowsではGitの設定[`core.autocrlf`](https://git-scm.com/docs/git-config#Documentation/git-config.txt-coreautocrlf)は`true`がデフォルトです。この場合、[vim-jp/vimdoc-ja](https://github.com/vim-jp/vimdoc-ja)のdoc/tags-jaファイルは改行がCRLFに翻訳されてチェックアウトされますが、`minpac#update()`で`:helptags`が実行されると、出力されるファイルはLFのため、次のアップデート時に変更ありと見なされて衝突が発生します。 doc/tags*ファイルがリポジトリのindexにある場合は`:helptags`を実行しないべきと思います。 (tagsファイルを手書きしているプラグインが存在する可能性も考えると)
Import the latest version of async.vim. This should fix #131.
Is it possible not to map `` and ``? Those are very convenient for other global user things (window switching) and it would be really good to not shadow it...
I tried to install a plugin, that is in a subdirectory of the repository, but forgot to set the `subdir` option. When I noticed I had already called `minpac#update` and...
Hello, oddly `:call minpac#update()` fails for me on Windows 10 and nvim 0.5.0 with the following error: ``` Error detected while processing function 57_start_update[2]..57_update_single_plugin[62]..57_start_job[12]..minpac#job#start[1]..59_job_start: line 29: E903: Process failed to...
Hi guys, while minpac is perfectly working for me in a terminal, it fails on Macvim (GUI mode) with the following error message: ``` Error detected while processing function minpac#update[2]..minpac#impl#update[35]..118_update_single_plugin[31]..118_get_plugin_revision[3].....
I install all my plugins in `opt` so this would make it my init.vim cleaner :smile:. I'm willing to submit a patch and I don't think it would be too...
Any chance of supporting local paths in addition to git/github urls? This is super useful for package development, as well as necessary for using packages like `fzf.vim`, which needs to...