Warning
This project is under active development and is subject to change!
Using lazy.nvim:
{
"cmpadden/dagster.nvim",
opts = {
dagster_binary = 'dagster' -- path to `dagster` binary (default: 'dagster')
}
}Any dagster can be run through the :Dagster command. See an example of running dagster definitions validate in the screenshot below.
Assets can be materialized by using the :Materialize user command and supplying a selector string.
Or by creating a visual selection, and then running the command :'<,'>Materialize.
