diff options
Diffstat (limited to '')
-rw-r--r-- | modules/lssi/LSSI.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/lssi/LSSI.md b/modules/lssi/LSSI.md deleted file mode 100644 index 5bcd65d..0000000 --- a/modules/lssi/LSSI.md +++ /dev/null @@ -1,16 +0,0 @@ -# Using lssi -Any plugin can be modified by lssi by doing the following in the eatit-cfg.lua: -```lua -plugins = { -- the plugins you want to load - { 'https://git.squi.bid/eat-it', - file = 'eatit.lua', - dir = 'scripts', - lssi = { - -- code line - { 'print("hello world")', 'G' }, - } - }, -} -``` -The line option can be 'g' for top of file, 'G' for bottom of file, or any -number in between. |