From b99944169ec2ee847aedebfcd6473777e3355930 Mon Sep 17 00:00:00 2001 From: louie Date: Mon, 18 Jul 2022 17:56:24 -0700 Subject: Improved GUI colors toggle --- lua/user/keymaps.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/user/keymaps.lua') diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua index 1b9a2c8..4346211 100644 --- a/lua/user/keymaps.lua +++ b/lua/user/keymaps.lua @@ -90,4 +90,4 @@ keymap("t", "", "l", term_opts) ]] -- Toggle GUI colors -keymap("n", "g", ":set termguicolors!", opts) +keymap("n", "g", ":set termguicolors!:TSToggle highlight", opts) -- cgit