mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): remove transparency by default from Neovim
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
-- https://github.com/xiyaowong/nvim-transparent
|
-- https://github.com/xiyaowong/nvim-transparent
|
||||||
require("transparent").setup({
|
require("transparent").setup({
|
||||||
enable = true,
|
enable = false,
|
||||||
extra_groups = {
|
extra_groups = {
|
||||||
"BufferLineBackground",
|
"BufferLineBackground",
|
||||||
"BufferLineFill",
|
"BufferLineFill",
|
||||||
|
|||||||
Reference in New Issue
Block a user