add auto-generated notice

This commit is contained in:
Michael Chris Lopez
2021-09-18 14:32:29 +08:00
parent 8444d4f9af
commit 7963db098e
21 changed files with 28 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
local template = [[let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
local template = [[" This file is auto-generated from lua/zenbones/build/lightline.lua
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
let s:p.normal.left = [ [ "${common_fg}", "${normal_a_bg}", "bold" ], [ "${common_fg}", "${normal_b_bg}" ] ]
let s:p.normal.middle = [ [ "${normal_c_fg}", "${normal_c_bg}" ] ]