Skip to content

Commit

Permalink
chore(dressing): update configuration usage
Browse files Browse the repository at this point in the history
References: stevearc/dressing.nvim#75

Signed-off-by: Fletcher Nichol <[email protected]>
  • Loading branch information
fnichol committed Dec 6, 2022
1 parent 50327b1 commit 13b2a26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion home/.config/nvim/lua/my/dressing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ end

dressing.setup({
input = {
winblend = 0,
win_options = {
-- Window transparency (0-100)
winblend = 0,
},
},
})

0 comments on commit 13b2a26

Please sign in to comment.