Skip to content

Commit 0047778

Browse files
authored
Merge pull request #85 from WendersonBarros/patch-1
docs: add command to remove background color
2 parents 4b32a83 + 58116dd commit 0047778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ You can also add a transparent background by adding the following lines after `c
7878
```lua
7979
vim.api.nvim_set_hl(0, "Normal", { bg = "none" })
8080
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })
81+
vim.api.nvim_set_hl(0, "NormalNC", { bg = "none" })
8182
```
8283

8384
For nyoom.nvim users:

0 commit comments

Comments
 (0)