wbthomason/packer.nvim

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

Open

#139 opened on Dec 27, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Lua (264 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (8,097 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide