chore(build): auto-generate docs

This commit is contained in:
folke 2025-10-08 19:27:22 +00:00 committed by github-actions[bot]
parent 43be064a4f
commit 80da212121
1 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
*neoconf.nvim.txt* For Neovim Last change: 2025 February 27
*neoconf.nvim.txt* For Neovim Last change: 2025 October 08
==============================================================================
Table of Contents *neoconf.nvim-table-of-contents*
@ -122,11 +122,11 @@ USAGE *neoconf.nvim-neoconf.nvim-usage*
THE :NEOCONF COMMAND ~
- `:Neoconf`will show a ui to select one of the local/global json config files to edit
- `:Neoconf local`will show a ui to select one of the local json config files to edit
- `:Neoconf global`will show a ui to select one of the global json config files to edit
- `:Neoconf show`opens a floating window with the merged config
- `:Neoconf lsp`opens a floating window with your merged lsp config
- `:Neoconf`: will show a ui to select one of the local/global json config files to edit
- `:Neoconf local`: will show a ui to select one of the local json config files to edit
- `:Neoconf global`: will show a ui to select one of the global json config files to edit
- `:Neoconf show`: opens a floating window with the merged config
- `:Neoconf lsp`: opens a floating window with your merged lsp config
COMPLETION AND VALIDATION FOR YOUR JSON SETTINGS FILES ~