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/azure_pipelines_ls.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/azure_pipelines_ls.lua')
| -rw-r--r-- | lsp/azure_pipelines_ls.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/azure_pipelines_ls.lua b/lsp/azure_pipelines_ls.lua index 0980cb5d..ade47ebb 100644 --- a/lsp/azure_pipelines_ls.lua +++ b/lsp/azure_pipelines_ls.lua @@ -13,7 +13,7 @@ --- By default `azure-pipelines-ls` will only work in files named `azure-pipelines.yml`, this can be changed by providing additional settings like so: --- ```lua --- vim.lsp.config('azure_pipelines_ls', { ---- ... -- other configuration for setup {} +--- ... -- other configuration --- settings = { --- yaml = { --- schemas = { |
