mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
18 lines
348 B
Lua
18 lines
348 B
Lua
return {
|
|
"tomiis4/hypersonic.nvim",
|
|
opts = {
|
|
---@type "none"|"single"|"double"|"rounded"|"solid"|"shadow"|table
|
|
border = "rounded",
|
|
---@type number 0-100
|
|
winblend = 0,
|
|
---@type boolean
|
|
add_padding = true,
|
|
---@type string
|
|
hl_group = "Keyword",
|
|
---@type string
|
|
wrapping = '"',
|
|
---@type boolean
|
|
enable_cmdline = false,
|
|
},
|
|
}
|