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

View File

@@ -1,10 +1,11 @@
local cmp = require("cmp")
local lspkind = require("lspkind")
local border = require('409.ui').border
local cmp_select = { behavior = cmp.SelectBehavior.Select }
local border = { "", "", "", "", "", "", "", "" }
local winhighlight = "Normal:CmpPmenu,FloatBorder:CmpPmenuBorder,CursorLine:PmenuSel,Search:None"
cmp.setup({
snippet = {
expand = function(args)