Auto generate docs

remotes/origin/HEAD
chrisgrieser 2023-02-05 21:27:26 +00:00 committed by github-actions[bot]
parent b2a59360d2
commit 0a56f2a801
1 changed files with 18 additions and 0 deletions

View File

@ -92,6 +92,24 @@ AVAILABLE COMMANDS *genghis-available-commands*
- `.chmodx` or `:Chmodx`: Makes current file executable. Equivalent to `chmod +x`. - `.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* AUTOCOMPLETION OF DIRECTORIES *genghis-autocompletion-of-directories*
You can get autocompletion for directories by using `dressing.nvim`, You can get autocompletion for directories by using `dressing.nvim`,