wbthomason/packer.nvim

Dependencies of filetype-specific plugins should be filetype-specific too

Open

#139 创建于 2020年12月27日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Lua (264 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (8,097 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Hi!

I specified clojure-vim/vim-jackin like

'clojure-vim/vim-jack-in',
    requires = {
      'radenling/vim-dispatch-neovim',
      'tpope/vim-dispatch'
    },
    ft = 'clojure'

but vim-jack-in is installed in opt while while vim-dispathc-neovim and vim-dispatch are installed in start

贡献者指南