Skip to content

Commit

Permalink
Remove unnecessary config example for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanarijit committed Jan 29, 2024
1 parent b703377 commit b0ef9a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/en/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
'';
Expand Down

0 comments on commit b0ef9a5

Please sign in to comment.