Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.03 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.03 KB

Warning

This project is under active development and is subject to change!

Banner

Control Dagster directly from Neovim.

dagster.nvim

Setup

Using lazy.nvim:

{
  "cmpadden/dagster.nvim",
  opts = {
    dagster_binary = 'dagster'  -- path to `dagster` binary (default: 'dagster')
  }
}

Usage

:Dagster [ARGS]...

Any dagster can be run through the :Dagster command. See an example of running dagster definitions validate in the screenshot below.

asciicast

:Materialize <SELECT>

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.

asciicast