feat: Move to anyrun

This commit is contained in:
Fabio Lenherr / DashieTM 2023-04-03 00:25:39 +02:00
parent a03d159973
commit 7ff61a42c6
21 changed files with 99 additions and 88 deletions

View file

@ -127,9 +127,18 @@ return {
enabled = false,
},
{
"rcarriga/nvim-notify",
"rcarriga/nvim-notify",
opts = {
top_down = false,
},
},
{
"elkowar/yuck.vim",
},
{
"jbyuki/instant.nvim",
config = function()
vim.cmd("let g:instant_username = 'dashie'")
end,
},
}