diff options
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ -- You should have received a copy of the GNU Lesser General Public License -- along with this program. If not, see <https://www.gnu.org/licenses/>. -module = {} +local module = {} module.fzf_path = "fzf" module.fzf_args = "" |