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