wbthomason/packer.nvim

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

Open

#139 opened on 2020年12月27日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Lua (264 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (8,097 stars)
PR merge metrics
 (30d に merged 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

コントリビューターガイド