Skip to content

Commit

Permalink
Use tree-view as example
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanarijit committed Jan 29, 2024
1 parent 66d9f7e commit 9127d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ programs.xplr = {
plugins = {
icons = fetchFromGitHub {
owner = "sayanarijit";
repo = "icons.xplr";
repo = "tree-view.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("icons").setup()
require("tree-view").setup()
require("local-plugin").setup()
'';
};
Expand Down

0 comments on commit 9127d15

Please sign in to comment.