Spacevim: Where are custom plugins installed?

Created on 21 Apr 2018  路  2Comments  路  Source: SpaceVim/SpaceVim

Where are custom plugins installed? I'm trying to modify one of them but I can't find it.

Most helpful comment

dein will merge all plugin into one path if it is mergeable. so if you want to modify the custom plugin, please disable merged optinon.

for example:

let g:spacevim_custom_plugins = [
      \ ['lilydjwg/colorizer', {'merged' : 0}]
      \ ]

All 2 comments

They are in your home, folder is .cache/vimfiles/repos

Usually from there you will find the path of the git repos, usually github.com/$user/$repo

dein will merge all plugin into one path if it is mergeable. so if you want to modify the custom plugin, please disable merged optinon.

for example:

let g:spacevim_custom_plugins = [
      \ ['lilydjwg/colorizer', {'merged' : 0}]
      \ ]
Was this page helpful?
0 / 5 - 0 ratings

Related issues

wsdjeg picture wsdjeg  路  3Comments

keai4le picture keai4le  路  4Comments

s97712 picture s97712  路  4Comments

jetm picture jetm  路  5Comments

rivalak picture rivalak  路  3Comments