From 36964cd971f84e6066a3ff0a8f66e566a74f4991 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Tue, 26 Oct 2021 12:52:22 +0800 Subject: [PATCH] link StatusLineTerm for vim compat --- lua/zenbones/template/vim.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/zenbones/template/vim.lua b/lua/zenbones/template/vim.lua index aa94ed2..41ad7c1 100644 --- a/lua/zenbones/template/vim.lua +++ b/lua/zenbones/template/vim.lua @@ -1,7 +1,6 @@ local template = [[" This file is auto-generated from lua/zenbones/template/vim.lua if exists('g:colors_name') highlight clear - set t_Co=256 endif set background=${background} @@ -14,6 +13,8 @@ if has('nvim') && (!exists('g:zenbones_compat') || g:zenbones_compat == 0) finish else ${vimcolors} +highlight! link StatusLineTerm StatusLine +highlight! link StatusLineTermNC StatusLineNC endif if has('terminal')