update:nvim11->12 config
This commit is contained in:
16
nvim/lua/utils/ui.lua
Normal file
16
nvim/lua/utils/ui.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
local M = {}
|
||||
|
||||
function M.border(hl)
|
||||
return {
|
||||
{ "╭", hl },
|
||||
{ "─", hl },
|
||||
{ "╮", hl },
|
||||
{ "│", hl },
|
||||
{ "╯", hl },
|
||||
{ "─", hl },
|
||||
{ "╰", hl },
|
||||
{ "│", hl },
|
||||
}
|
||||
end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user