purescript-emacs / psc-ide-emacs

Emacs integration for PureScript's psc-ide tool.
GNU General Public License v3.0
132 stars 31 forks source link

adds goto definition based on xref #203

Closed kritzcreek closed 9 months ago

kritzcreek commented 9 months ago

This means g d in evil-mode now works in PureScript files by default. It'll likely also integrate better with other plugins, as xref is pretty standard these days.