mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
去除图片插件
This commit is contained in:
parent
008129613e
commit
1be0e90ba8
1 changed files with 0 additions and 17 deletions
|
|
@ -308,23 +308,6 @@ return {
|
||||||
"folke/snacks.nvim", -- for input provider snacks
|
"folke/snacks.nvim", -- for input provider snacks
|
||||||
"nvim-tree/nvim-web-devicons", -- or echasnovski/mini.icons
|
"nvim-tree/nvim-web-devicons", -- or echasnovski/mini.icons
|
||||||
"zbirenbaum/copilot.lua", -- for providers='copilot'
|
"zbirenbaum/copilot.lua", -- for providers='copilot'
|
||||||
{
|
|
||||||
-- support for image pasting
|
|
||||||
"HakonHarnes/img-clip.nvim",
|
|
||||||
event = "VeryLazy",
|
|
||||||
opts = {
|
|
||||||
-- recommended settings
|
|
||||||
default = {
|
|
||||||
embed_image_as_base64 = false,
|
|
||||||
prompt_for_file_name = false,
|
|
||||||
drag_and_drop = {
|
|
||||||
insert_mode = true,
|
|
||||||
},
|
|
||||||
-- required for Windows users
|
|
||||||
use_absolute_path = true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
-- Make sure to set this up properly if you have lazy=true
|
-- Make sure to set this up properly if you have lazy=true
|
||||||
"MeanderingProgrammer/render-markdown.nvim",
|
"MeanderingProgrammer/render-markdown.nvim",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue