fix: use notify-send instead of dunstify

This commit is contained in:
Fabio Lenherr / DashieTM 2023-09-28 16:39:43 +02:00
parent 62d59f480f
commit b48d19a15c
4 changed files with 19 additions and 4 deletions

View file

@ -347,4 +347,9 @@ return {
require("mini.hipatterns").setup(opts)
end,
},
{
"barreiroleo/ltex_extra.nvim",
ft = { "markdown", "tex", "typst", "typ" },
lazy = true,
},
}