1
0
Fork 0

increase lf transparency in nvim

This commit is contained in:
Luca Bilke 2024-02-03 11:18:43 +01:00
parent a5e2ad9da0
commit 18bc12323c

View file

@ -24,7 +24,7 @@ M.opts = {
},
float_opts = {
border = "curved",
winblend = 5,
winblend = 10,
width = function()
return math.ceil(math.min(vim.o.columns, math.max(80, vim.o.columns - 20)))
end,