FrigoEU/psc-ide-vim

Pgoto does not work with psc-package

Opened this issue · 0 comments

For psc-package the purs files are in .psc-package/<package-set> but the plugin is looking in bower_components.

\ "bower_components/**/*.purs",

At a minimum we can make this location configurable, i.e. let g:psc_ide_source_glob='.psc-package/<package-set>'. But a better solution would be to look at the psc-package.json file and extract the value of set to create the path .psc-package/<package-set>.

A workaround for this issue at the moment is to create a symlink from bower_components to the package set. For me the command was ln -s .psc-package/psc-0.12.2 bower_components