summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvimitin2022-01-02 10:18:13 +0800
committerAvimitin2022-01-02 10:18:13 +0800
commit3bffc93685d61e2328063514ccd8adbb2f2d5df1 (patch)
treecc3630101cf2db3804fa24b7ca6f2b0f01e7bd26
parentb3285b03bc4488ee3998d65d450e8409ac1022a9 (diff)
downloadaur-3bffc93685d61e2328063514ccd8adbb2f2d5df1.tar.gz
nvui.sh: add all usable option as comment
This can help those people who want to enable all features. Signed-off-by: Avimitin <avimitin@gmail.com>
-rw-r--r--nvui.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/nvui.sh b/nvui.sh
index b5348a56281c..931c3fd1553b 100644
--- a/nvui.sh
+++ b/nvui.sh
@@ -1,2 +1,6 @@
#!/bin/bash
+
+# Delete the "#" to enable full feature
+#/opt/nvui/bin/nvui --ext_multigrid --ext_popupmenu --ext_cmdline --detached -- "$@"
+
/opt/nvui/bin/nvui "$@"