mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-04 18:00:14 +00:00
Automated deployment: Sat Jun 26 09:28:06 UTC 2021 ea9c33539a
This commit is contained in:
parent
ad6a0dcc60
commit
75186085ab
@ -236,7 +236,7 @@ xplr.config.node_types.special["Downloads"] = { meta = { icon = "
|
||||
metadata is set for the <a href="#directory">directory</a>, <a href="#file">file</a>, and
|
||||
<a href="#symlink">symlink</a> nodes.</p>
|
||||
<p>Example:</p>
|
||||
<pre><code>xplr.config.node_types.file = {
|
||||
<pre><code class="language-lua">xplr.config.node_types.file = {
|
||||
meta = {
|
||||
icon = "f",
|
||||
foo = "bar",
|
||||
|
@ -1050,7 +1050,7 @@ xplr.config.node_types.special["Downloads"] = { meta = { icon = "
|
||||
metadata is set for the <a href="node_types.html#directory">directory</a>, <a href="node_types.html#file">file</a>, and
|
||||
<a href="node_types.html#symlink">symlink</a> nodes.</p>
|
||||
<p>Example:</p>
|
||||
<pre><code>xplr.config.node_types.file = {
|
||||
<pre><code class="language-lua">xplr.config.node_types.file = {
|
||||
meta = {
|
||||
icon = "f",
|
||||
foo = "bar",
|
||||
|
Loading…
Reference in New Issue
Block a user