new plugins

This commit is contained in:
Joost Agterhoek 2024-10-29 14:39:33 +01:00
parent a313e71682
commit 0bad8141ef
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
return {
'sudormrfbin/cheatsheet.nvim',
}

View File

@ -0,0 +1,6 @@
return {
'xiyaowong/transparent.nvim',
config = function()
require('transparent').clear_prefix 'lualine'
end,
}