diff --git a/private_dot_config/nvim/lua/plugins/mail.lua.tmpl b/private_dot_config/nvim/lua/plugins/mail.lua.tmpl index e03caeb..2a4d1b0 100644 --- a/private_dot_config/nvim/lua/plugins/mail.lua.tmpl +++ b/private_dot_config/nvim/lua/plugins/mail.lua.tmpl @@ -1,6 +1,7 @@ {{- if eq .chezmoi.hostname "taupo" }} return { "https://codeberg.org/JoshuaCrewe/telescope-notmuch.nvim.git", + dependencies = { "nvim-telescope/telescope.nvim" }, config = function() require("telescope").load_extension("notmuch") end,