SoloVim/lua/plugins/hypersonic.lua
2024-01-24 21:28:12 +02:00

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,
},
}