From 592825d3f3542a8203bded25c1d49e43eb1c47f2 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Thu, 6 May 2021 09:27:32 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a4017bf..58a237e 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ local base16 = require 'base16' base16(base16.themes.brewer, true) EOF ``` +(note : This colorscheme plugin keeps the guibg of NORMAL as none , so neovim just takes the terminal bg color , this is very useful when you want to have a transparent background ) + This is how I use it. Uses [`norcalli/nvim.lua`](https://github.com/norcalli/nvim.lua).