We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a6ada commit a9b2e80Copy full SHA for a9b2e80
1 file changed
scripts/docgen.lua
@@ -79,7 +79,7 @@ local section_template_md = [[
79
80
Snippet to enable the language server:
81
```lua
82
-require'lspconfig'.{{config_name}}.setup{}
+vim.lsp.enable('{{config_name}}')
83
```
84
{{commands}}
85
Default config:
0 commit comments