Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 19, 2023
1 parent cfec478 commit 35d3be5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions doc/neoconf.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*neoconf.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 April 17
*neoconf.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 June 19

==============================================================================
Table of Contents *neoconf.nvim-table-of-contents*
Expand All @@ -23,7 +23,6 @@ settings.

FEATURES *neoconf.nvim-neoconf.nvim-features*


- configure Neovim using **JSON** files (can have comments)
- global settings: `~/.config/nvim/neoconf.json`
- local settings: `~/projects/foobar/.neoconf.json`
Expand All @@ -39,7 +38,6 @@ FEATURES *neoconf.nvim-neoconf.nvim-features*

REQUIREMENTS *neoconf.nvim-neoconf.nvim-requirements*


- Neovim >= 0.7.2


Expand Down Expand Up @@ -126,7 +124,6 @@ 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
Expand Down Expand Up @@ -236,13 +233,11 @@ API Example ~

ACKNOWLEDGMENT *neoconf.nvim-neoconf.nvim-acknowledgment*


- json.lua <https://github.com/actboy168/json.lua> a pure-lua JSON library for parsing `jsonc` files


SUPPORTED LANGUAGE SERVERS*neoconf.nvim-neoconf.nvim-supported-language-servers*


- als <https://github.com/AdaCore/ada_language_server/tree/master/integration/vscode/ada/package.json>
- astro <https://github.com/withastro/language-tools/tree/main/packages/vscode/package.json>
- awkls <https://github.com/Beaglefoot/awk-language-server/tree/master/client/package.json>
Expand Down

0 comments on commit 35d3be5

Please sign in to comment.