Nvim: update most of the plugins
This commit is contained in:
@@ -14,13 +14,14 @@ return {
|
||||
width = 100,
|
||||
border = "rounded",
|
||||
},
|
||||
wrap = false, -- text wrap, only applies to floating window
|
||||
wrap = true, -- text wrap, only applies to floating window
|
||||
previewer_cmd = nil, -- for example: "glow"
|
||||
cmd_args = {}, -- example using glow: { "-s", "dark", "-w", "80" }
|
||||
cmd_ignore = {}, -- ignore cmd rendering for the listed docs
|
||||
picker_cmd = false, -- use cmd previewer in picker preview
|
||||
picker_cmd_args = {}, -- example using glow: { "-p" }
|
||||
ensure_installed = {}, -- get automatically installed
|
||||
ensure_installed = nil, -- get automatically installed
|
||||
after_open = function(bufnr) end, -- callback that runs after the Devdocs window is opened. Devdocs buffer ID will be passed in
|
||||
}
|
||||
},
|
||||
event = "VeryLazy"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user