small vimrc and lsp?

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vim-lsp-settings

    Auto configurations for Language Server for vim-lsp

    LSPs are not simple and need configuration for every language and their tools. Have a look at https://github.com/mattn/vim-lsp-settings which is a sort of auto configuration for vim-lsp. When you open a file for which no LSP is configured, then you can do this by :LspInstall . It's been a while, but I think you don't need much. I have Rust fully configured, but you ask to navigate YAML files only? So excluding all other plugins:

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • vim-lsp

    async language server protocol plugin for vim and neovim

    I feel the same way. Not a one-liner but the smallest config LSP plugin I've found is vim-lsp. It works in both Vim and Neovim.

  • ccls

    C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting

    The base config adds about 15 lines (I have extra settings adding another 15 lines), then each language server adds a few lines per augroup. Example config for ccls.

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

  • What pains me the most about C : Having to update headers any time I change a function prototype

    6 projects | /r/C_Programming | 19 Feb 2022
  • Starting with linux, my experience

    3 projects | /r/linux4noobs | 17 Apr 2023
  • Does vim have a built in/plugin version of vscode's command click?

    2 projects | /r/vim | 14 Apr 2023
  • is anyone using preservim/tagbar with typescript?

    3 projects | /r/neovim | 5 Mar 2023
  • [Summary] Language server and C/C++ highlight configuration r/vim [plugins & friends]

    4 projects | /r/SummaryLab | 25 Oct 2022

Did you konow that Vim Script is
the 31st most popular programming language
based on number of metions?