aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/vimdocgen.lua
diff options
context:
space:
mode:
authorPeter Lithammer <peter.lithammer@gmail.com>2021-09-23 11:09:59 +0200
committerPeter Lithammer <peter.lithammer@gmail.com>2021-09-23 11:17:04 +0200
commit52251a1a047fcacbb740870764699d90f1f42306 (patch)
tree63061f3c6f5450e768be908b92fbf89a91f420a5 /scripts/vimdocgen.lua
parent[docgen] Update CONFIG.md (diff)
downloadnvim-lspconfig-52251a1a047fcacbb740870764699d90f1f42306.tar
nvim-lspconfig-52251a1a047fcacbb740870764699d90f1f42306.tar.gz
nvim-lspconfig-52251a1a047fcacbb740870764699d90f1f42306.tar.bz2
nvim-lspconfig-52251a1a047fcacbb740870764699d90f1f42306.tar.lz
nvim-lspconfig-52251a1a047fcacbb740870764699d90f1f42306.tar.xz
nvim-lspconfig-52251a1a047fcacbb740870764699d90f1f42306.tar.zst
nvim-lspconfig-52251a1a047fcacbb740870764699d90f1f42306.zip
style: format files with stylua v0.11.0
Diffstat (limited to 'scripts/vimdocgen.lua')
-rw-r--r--scripts/vimdocgen.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/vimdocgen.lua b/scripts/vimdocgen.lua
index 17a8de94..6bfa0dd8 100644
--- a/scripts/vimdocgen.lua
+++ b/scripts/vimdocgen.lua
@@ -12,7 +12,10 @@ docs.generate = function()
['Example: override some defaults'] = { 'Overriding server defaults', 'override-server-defaults' },
['Example: custom config'] = { 'Custom config', 'custom-config' },
['Example: override default config for all servers'] = { 'Overriding all defaults', 'override-all-defaults' },
- ['Individual server settings and initialization options'] = { 'Per-server documentation', 'server-documentation' },
+ ['Individual server settings and initialization options'] = {
+ 'Per-server documentation',
+ 'server-documentation',
+ },
['Keybindings and completion'] = { 'Keybindings', 'keybindings' },
['Manually starting (or restarting) language servers'] = { 'Manual control', 'manual-control' },
},