lazy.nvim working

This commit is contained in:
venus
2025-12-23 01:25:24 -06:00
parent 9fdb7d2c1a
commit 5f0fd9f41d
16 changed files with 36 additions and 1 deletions

4
lua/plugins/hologram.lua Normal file
View File

@@ -0,0 +1,4 @@
return {
'edluffy/hologram.nvim',
auto_display = true, -- WIP automatic markdown image display, may be prone to breaking
}