Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 678 Bytes

File metadata and controls

11 lines (10 loc) · 678 Bytes

vim-dbt

Utilities to make it more pleasant to work on the already pleasant dbt in Vim

  • dbt.snippets
    • Works with UltiSnips to provide snippets for common dbt functionality (ported from atom-dbt)
  • dbt.vimrc
    • Makes Vim's gf command work to open a model when its name is under the cursor
      • Should work in model and documentation files
    • Makes compiled SQL files unmodifiable
    • Save in ~/.vim/config/, then add source $HOME/.vim/config/dbt.vimrc to your .vimrc file
    • Make sure to edit to update paths to reflect your dbt environment