diff options
author | Alexey Vazhnov <vazhnov@boot-keys.org> | 2024-06-24 05:34:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 06:34:34 +0100 |
commit | f4bc3c2711a004daf749cdba24e20144896f441d (patch) | |
tree | eaa326468b58c3993aab05a97b77f4437813838d | |
parent | 5606606b32299832d92050f4e0f5af646d08f47c (diff) | |
download | ale-f4bc3c2711a004daf749cdba24e20144896f441d.zip |
README.md: fix typo: there should be a comma (#4797)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -623,7 +623,7 @@ interested in writing an integration, see `:help ale-lint-other-sources`. If you're running ALE in Neovim with [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) for configuring -particular language servers. ALE will automatically disable its LSP +particular language servers, ALE will automatically disable its LSP functionality for any language servers configured with nvim-lspconfig by default. The following setting is applied by default: |