[plugin woes] Any vim-lsp-ale alternatives for built-in lsp client?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • ale

    Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support

    I use dense-analysis/Ale for code linting. Lately, I moved to update my tab completion from deoplete to Shougo/ddc.vim; the autocompletion of Ale is routed to ddc using statiolake/ddc-ale but the Ale autocomplete leaves things to be desired.

  • ddc.vim

    Dark deno-powered completion framework for neovim/Vim

    I use dense-analysis/Ale for code linting. Lately, I moved to update my tab completion from deoplete to Shougo/ddc.vim; the autocompletion of Ale is routed to ddc using statiolake/ddc-ale but the Ale autocomplete leaves things to be desired.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • ddc-ale

    ALE source for ddc.vim

    I use dense-analysis/Ale for code linting. Lately, I moved to update my tab completion from deoplete to Shougo/ddc.vim; the autocompletion of Ale is routed to ddc using statiolake/ddc-ale but the Ale autocomplete leaves things to be desired.

  • nvim-lspconfig

    Quickstart configs for Nvim LSP

    I want to use LSP with ddc.vim, and managed that initially with the native LSP client neovim/nvim-lspconfig and linking that to ddc using Shougo/ddc-nvim-lsp.

  • ddc-source-lsp

    lsp source for ddc.vim

    I want to use LSP with ddc.vim, and managed that initially with the native LSP client neovim/nvim-lspconfig and linking that to ddc using Shougo/ddc-nvim-lsp.

  • vim-lsp

    async language server protocol plugin for vim and neovim

    However; apparently this causes two LSP's to run. Instead of nvim's default lsp; there is also prabirshrestha/vim-lsp and mattn/vim-lsp-settings that runs LSP's. There is rhysd/vim-lsp-ale to fix the concurrent LSP running between Ale and vim-lsp, and shun/ddc-vim-lsp which integrates vim-lsp with ddc.vim

  • vim-lsp-settings

    Auto configurations for Language Server for vim-lsp

    However; apparently this causes two LSP's to run. Instead of nvim's default lsp; there is also prabirshrestha/vim-lsp and mattn/vim-lsp-settings that runs LSP's. There is rhysd/vim-lsp-ale to fix the concurrent LSP running between Ale and vim-lsp, and shun/ddc-vim-lsp which integrates vim-lsp with ddc.vim

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • vim-lsp-ale

    Bridge between vim-lsp and ALE

    However; apparently this causes two LSP's to run. Instead of nvim's default lsp; there is also prabirshrestha/vim-lsp and mattn/vim-lsp-settings that runs LSP's. There is rhysd/vim-lsp-ale to fix the concurrent LSP running between Ale and vim-lsp, and shun/ddc-vim-lsp which integrates vim-lsp with ddc.vim

  • ddc-source-vim-lsp

    vim-lsp source for ddc.vim

    However; apparently this causes two LSP's to run. Instead of nvim's default lsp; there is also prabirshrestha/vim-lsp and mattn/vim-lsp-settings that runs LSP's. There is rhysd/vim-lsp-ale to fix the concurrent LSP running between Ale and vim-lsp, and shun/ddc-vim-lsp which integrates vim-lsp with ddc.vim

  • nvim-ale-diagnostic

    Discontinued Display Neovim LSP diagnostics in ALE.

    I did find nathanmsmith/nvim-ale-diagnostic but it is abandoned; and I'm not sure if it accomplishes what I want.

  • nvim-lint

    An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.

    Another alternative to null-ls or efm is to use nvim-lint which uses the same diagnostic module that built-in LSP uses

  • dotfiles

    My dotfiles (by creativenull)

    Didn't think I'll see another user with a similar config than mine. I also use ALE + nvim-lsp + ddc. So you can have a look at my config and feel free to DM me with your concerns.

  • nvim-ale-diagnostic

    Discontinued Display Neovim LSP diagnostics in ALE. (by creativenull)

    You are free to try it out and see if that helps: creativenull/nvim-ale-diagnostic. The only caveat is that you will need to disable diagnostics coming directly from nvim-lsp as shown in the Setup section.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts