mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-05 09:06:42 -07:00
avante plugin related cleanup
This commit is contained in:
parent
0baf336e89
commit
38aaf6cffc
6 changed files with 26 additions and 39 deletions
|
@ -2,8 +2,14 @@ return {
|
|||
"HakonHarnes/img-clip.nvim",
|
||||
event = "BufEnter",
|
||||
opts = {
|
||||
-- add options here
|
||||
-- or leave it empty to use the default settings
|
||||
default = {
|
||||
embed_image_as_base64 = false,
|
||||
prompt_for_file_name = false,
|
||||
drag_and_drop = {
|
||||
insert_mode = true,
|
||||
},
|
||||
use_absolute_path = true,
|
||||
},
|
||||
},
|
||||
keys = {
|
||||
-- suggested keymap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue