Skip to content

Commit

Permalink
nvim: Add vim-dispatch as dependency of vim-dadbod
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanburen committed Jul 26, 2024
1 parent e2086ae commit 4911a17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/nvim/init.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@
(deps.add "https://git.sr.ht/~willdurand/srht.vim")

(deps.add :tpope/vim-dadbod)
;; vim-dispatch is a dependency of vim-dadbod.
(deps.add :tpope/vim-dispatch)

;; Filetype-specific plugins
(deps.add :mattn/vim-gotmpl)
Expand Down
1 change: 1 addition & 0 deletions .config/nvim/init.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4911a17

Please sign in to comment.