From 0a56f2a801e1747260be9257ce419c7002a6b59c Mon Sep 17 00:00:00 2001 From: chrisgrieser Date: Sun, 5 Feb 2023 21:27:26 +0000 Subject: [PATCH] Auto generate docs --- doc/genghis.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/genghis.txt b/doc/genghis.txt index 49422e0..3c4c5ba 100644 --- a/doc/genghis.txt +++ b/doc/genghis.txt @@ -92,6 +92,24 @@ AVAILABLE COMMANDS *genghis-available-commands* - `.chmodx` or `:Chmodx`: Makes current file executable. Equivalent to `chmod +x`. +HOW TO DISABLE COMMAND-LINE COMMANDS ~ + +Put this in your configuration file: + +> + -- lua + vim.g.genghis_disable_commands = true +< + + +or + +> + -- viml + let g:genghis_disable_commands = v:true +< + + AUTOCOMPLETION OF DIRECTORIES *genghis-autocompletion-of-directories* You can get autocompletion for directories by using `dressing.nvim`,