added borders to the hover and diagnostics; improved telescope visuals

This commit is contained in:
2024-04-08 11:11:35 +02:00
parent 8232705e64
commit 4b73b8bbe6
6 changed files with 69 additions and 28 deletions

6
lua/409/ui.lua Normal file
View File

@@ -0,0 +1,6 @@
local M = {}
M.border = { "", "", "", "", "", "", "", "" }
M.telescope_border = { "", "", "", "", "", "", "", "" }
return M