PedramNavid / dbtpal

Neovim plugin for dbt
93 stars 8 forks source link

Implement go to definition for models and sources #2

Closed PedramNavid closed 1 year ago

PedramNavid commented 1 year ago

See here for some inspiration: https://github.com/fivetran/dbt-language-server/blob/main/server/src/definition/ModelDefinitionProvider.ts#L11

PedramNavid commented 1 year ago

Implemented go-to-file instead for now.