initial commit

This commit is contained in:
THEON-1
2025-10-10 12:19:28 +02:00
commit d2e8cd40f1
23 changed files with 499 additions and 0 deletions

11
lua/plugins/molten.lua Normal file
View File

@@ -0,0 +1,11 @@
return {
'benlubas/molten-nvim',
version = '^1.1.0',
depencies = { '3rd/image.nvim', },
build = ':UpdateRemotePlugins',
init = function()
vim.g.molten_image_provider = 'image.nvim'
vim.g.molten_output_win_max_height = 20
end,
}