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:
parent
d6b2a46129
commit
3bacbcd4ef
@ -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')
|
||||
|
@ -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 = {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user