Utilities to make it more pleasant to work on the already pleasant dbt in Vim
dbt.snippets
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 addsource $HOME/.vim/config/dbt.vimrc
to your.vimrc
file - Make sure to edit to update paths to reflect your dbt environment
- Makes Vim's