1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 23:49:19 +08:00

chore(copyright): add file head

This commit is contained in:
wsdjeg 2022-10-10 23:03:23 +08:00
parent d6b2a46129
commit 3bacbcd4ef
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,11 @@
--=============================================================================
-- flygrep.lua --- grep on the fly in SpaceVim
-- Copyright (c) 2016-2022 Wang Shidong & Contributors
-- Author: Wang Shidong < wsdjeg@outlook.com >
-- URL: https://spacevim.org
-- License: GPLv3
--=============================================================================
local M = {}
local logger = require('spacevim.logger').derive('flygrep')

View File

@ -1,3 +1,11 @@
--=============================================================================
-- searcher.lua --- lua searcher plugin for SpaceVim
-- Copyright (c) 2016-2022 Wang Shidong & Contributors
-- Author: Wang Shidong < wsdjeg@outlook.com >
-- URL: https://spacevim.org
-- License: GPLv3
--=============================================================================
local M = {}
local rst = {}