SaaSHub helps you find the best software and product alternatives Learn more →
LanguageClient-neovim Alternatives
Similar projects and alternatives to LanguageClient-neovim
-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
-
rust-analyzer
Discontinued A Rust compiler front-end for IDEs [Moved to: https://github.com/rust-lang/rust-analyzer] (by rust-analyzer)
-
ale
Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
vim-indent-object
Vim plugin that defines a new text object representing lines of code at the same indent level. Useful for python/vim scripts, etc.
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
LanguageClient-neovim discussion
LanguageClient-neovim reviews and mentions
- Where to start with LSP in Vim?
-
Simple plugin to display tag under cursor in popup (Vim 8.2+)
i know the language client neovim has such a function (:help languageclient_textdocument_codelens after compiling its helptags). AFAIK you can get that running in Vim 8, but not sure.
-
F# for Linux People
On NeoVim, the built-in LSP client works without modification. On Vim, you will need LanguageClient-neovim.
-
Just wanted to share my enthusiasm when I realised error checking (clangd) could be so fast! :) It's almost instant...
I'm using LanguageClient-neovim. Here's the relevant portions of my init.vim:
-
Using Vim for Everything!
I just saw a nice post in /u/medwatt about using vim for VHDL/Verilog and thought I'd contribute a little! * Syntax and error highlight: https://github.com/autozimu/LanguageClient-neovim * Column align: https://github.com/junegunn/vim-easy-align * Remove annoying whitespaces: https://github.com/ntpeters/vim-better-whitespace * Partial (fuzzy) filename search: https://github.com/junegunn/fzf.vim * Outline all declarations inside a file: ⠀https://github.com/preservim/tagbar * Treat indentations as vim-objects (useful for languages that don't use { }): https://github.com/michaeljsmith/vim-indent-object There is also mouse support in vim for those who want it. Try typing :set mouse=a. Very useful for resizing windows. I also highly recommend you get good at using folds (https://vim.fandom.com/wiki/Folding). It makes it a LOT easier to navigate files. You can save your fold config per-file with :mkview and load it later with :loadview. If I come up with more hints - I'll mention them in the comments!
-
Neovim's built-in LSP with Ruby and Rails
I've been using LanguageClient and solargraph gem with plain Vim 8 for a long time already. Still, having a bit better experience at Ruby coding with Emacs and its lsp-mode & company & inf-ruby combo.
-
ALE vs YouCompleteMe vs CoC-rust vs LanguageClient-neovim
Might migrate to Neovim's native LSP support at some point, however I find vim-lsp more feature complete out of the box. I used to use LanguageClient-neovim, however, I missed proper support for signature help.
-
Is there a difference between a LSP, code completer, and a linter?
YCM is a client. The client is a plugin for Vim or Neovim, even the "built-in" client in Neovim is just a Lua plugin that is included with the editor, it's not really built-in. Examples of other clients:LanguageClient-neovim, vim-lsp, ale.
-
Is rust-analyzer for neovim ever going to support semantic syntax highlighting?
LanguageClient-neovim just merged some support for semantic tokens and the plan, as I read the PR/issues, is to next implement some default mappings from the semantic tokens to highlight groups.
-
Which lsp client is best ?
The best LSP client is the one that works for you. When it comes to neovim, there is a generous variety of LSP clients to choose from. The notables ones being vim-lsc and vim-lsp written in vimscript, LanguageClient-neovim written in rust, YouCompleteMe is written in python and in my experience is the hardest to install, coc.nvim written in typescript and, of course, the neovim's built-in one. I would recommend going with coc.nvim, as it is the best LSP client right now, though it provides much more features than a standard lsp client does and for some people it is a disadvantage and for the others it's not. Also you have to install node.js on your system for coc.nvim to work. I myself use neovim built-in one for a few reasons: it's not in stable yet, but when the neovim 0.5 version comes out, it is gonna be the standard client. Another reason is it's extremely lightweight and customizable. There were already several discussions on the subreddit about the clients you can check out.
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Sep 2024
Stats
autozimu/LanguageClient-neovim is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of LanguageClient-neovim is Rust.
Popular Comparisons
- LanguageClient-neovim VS vim-easy-align
- LanguageClient-neovim VS nvim-lspconfig
- LanguageClient-neovim VS vim-lsp
- LanguageClient-neovim VS clangd
- LanguageClient-neovim VS tagbar
- LanguageClient-neovim VS tree-sitter-rust
- LanguageClient-neovim VS rust-analyzer
- LanguageClient-neovim VS neovide
- LanguageClient-neovim VS coc.nvim
- LanguageClient-neovim VS nvim-treesitter