From b0ef9a51906ac4eba421714699a018c70bf18177 Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Mon, 29 Jan 2024 18:56:05 +0530 Subject: [PATCH] Remove unnecessary config example for now --- docs/en/src/install.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/en/src/install.md b/docs/en/src/install.md index 44f2063..114e7ee 100644 --- a/docs/en/src/install.md +++ b/docs/en/src/install.md @@ -77,9 +77,6 @@ programs.xplr = { local-plugin = "/home/user/.config/xplr/plugins/local-plugin"; }; extraConfig = '' - package.path = os.getenv("LUA_PATH") .. ";" .. package.path - package.cpath = os.getenv("LUA_CPATH") .. ";" .. package.cpath - require("tree-view").setup() require("local-plugin").setup() '';