chore(nvim): remove transparency by default from Neovim

This commit is contained in:
Stefan Imhoff
2022-12-23 18:48:46 +01:00
parent 5c48453bdd
commit 609f113d09

View File

@@ -1,6 +1,6 @@
-- https://github.com/xiyaowong/nvim-transparent
require("transparent").setup({
enable = true,
enable = false,
extra_groups = {
"BufferLineBackground",
"BufferLineFill",