some plugin changes
This commit is contained in:
@@ -12,5 +12,6 @@ return {
|
||||
window_overlap_clear_enabled = true,
|
||||
window_overlap_clear_ft_ignore = { 'cmp_menu', 'cmp_docs', '', },
|
||||
},
|
||||
lazy = true,
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
return {
|
||||
'nvim-mini/mini.icons',
|
||||
lazy = true,
|
||||
}
|
||||
|
||||
|
||||
@@ -7,5 +7,6 @@ return {
|
||||
vim.g.molten_image_provider = 'image.nvim'
|
||||
vim.g.molten_output_win_max_height = 20
|
||||
end,
|
||||
enabled = false,
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
return {
|
||||
'stevearc/oil.nvim',
|
||||
--dependencies = { "nvim-mini/mini.icons" },
|
||||
|
||||
---@module 'oil'
|
||||
---@type oil.SetupOpts
|
||||
opts = {
|
||||
|
||||
Reference in New Issue
Block a user