From 16f32bdcdd10c3dc95519b5f0ab4d6818b3a3bfe Mon Sep 17 00:00:00 2001 From: Squibid Date: Sat, 27 Jul 2024 09:26:54 -0400 Subject: complete refactor see README for more info --- modules/lssi/LSSI.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 modules/lssi/LSSI.md (limited to 'modules/lssi/LSSI.md') 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. -- cgit v1.2.1