increase lf transparency in nvim
This commit is contained in:
parent
a5e2ad9da0
commit
18bc12323c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ M.opts = {
|
||||||
},
|
},
|
||||||
float_opts = {
|
float_opts = {
|
||||||
border = "curved",
|
border = "curved",
|
||||||
winblend = 5,
|
winblend = 10,
|
||||||
width = function()
|
width = function()
|
||||||
return math.ceil(math.min(vim.o.columns, math.max(80, vim.o.columns - 20)))
|
return math.ceil(math.min(vim.o.columns, math.max(80, vim.o.columns - 20)))
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue