mirror of https://github.com/folke/neoconf.nvim
chore(build): auto-generate docs
This commit is contained in:
parent
43be064a4f
commit
80da212121
|
|
@ -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 ~
|
||||
|
|
|
|||
Loading…
Reference in New Issue