diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-04-26 15:59:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-26 15:59:54 -0700 |
| commit | 3dde1b87963ed93bf1c7e63392fbc5e60520f2ad (patch) | |
| tree | 2e987572b9a055d6718f2eda6d16e82b72bfc9a5 /lsp/yamlls.lua | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-3dde1b87963ed93bf1c7e63392fbc5e60520f2ad.tar nvim-lspconfig-3dde1b87963ed93bf1c7e63392fbc5e60520f2ad.tar.gz nvim-lspconfig-3dde1b87963ed93bf1c7e63392fbc5e60520f2ad.tar.bz2 nvim-lspconfig-3dde1b87963ed93bf1c7e63392fbc5e60520f2ad.tar.lz nvim-lspconfig-3dde1b87963ed93bf1c7e63392fbc5e60520f2ad.tar.xz nvim-lspconfig-3dde1b87963ed93bf1c7e63392fbc5e60520f2ad.tar.zst nvim-lspconfig-3dde1b87963ed93bf1c7e63392fbc5e60520f2ad.zip | |
docs: cleanup #3791
Diffstat (limited to 'lsp/yamlls.lua')
| -rw-r--r-- | lsp/yamlls.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lsp/yamlls.lua b/lsp/yamlls.lua index 7a36f94f..c3687cc0 100644 --- a/lsp/yamlls.lua +++ b/lsp/yamlls.lua @@ -24,7 +24,7 @@ --- --- ```lua --- vim.lsp.config('yamlls', { ---- ... -- other configuration for setup {} +--- ... --- settings = { --- yaml = { --- ... -- other settings. note this overrides the lspconfig defaults. @@ -46,7 +46,7 @@ --- --- ```lua --- vim.lsp.config('yamlls', { ---- ... -- other configuration for setup {} +--- ... --- settings = { --- yaml = { --- ... -- other settings. note this overrides the lspconfig defaults. |
