added borders to the hover and diagnostics; improved telescope visuals
This commit is contained in:
6
lua/409/ui.lua
Normal file
6
lua/409/ui.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
local M = {}
|
||||
|
||||
M.border = { "┌", "─", "┐", "│", "┘", "─", "└", "│" }
|
||||
M.telescope_border = { "─", "│", "─", "│", "┌", "┐", "┘", "└" }
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user