some plugin changes

This commit is contained in:
THEON-1
2025-12-23 12:58:50 +01:00
parent ae30620d2a
commit 5123a6cc03
4 changed files with 5 additions and 0 deletions

View File

@@ -12,5 +12,6 @@ return {
window_overlap_clear_enabled = true,
window_overlap_clear_ft_ignore = { 'cmp_menu', 'cmp_docs', '', },
},
lazy = true,
}

View File

@@ -1,4 +1,5 @@
return {
'nvim-mini/mini.icons',
lazy = true,
}

View File

@@ -7,5 +7,6 @@ return {
vim.g.molten_image_provider = 'image.nvim'
vim.g.molten_output_win_max_height = 20
end,
enabled = false,
}

View File

@@ -1,5 +1,7 @@
return {
'stevearc/oil.nvim',
--dependencies = { "nvim-mini/mini.icons" },
---@module 'oil'
---@type oil.SetupOpts
opts = {