Vimscript devel support for Vim?

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

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

    VImScript language server, LSP for vim script

  • I use coc.nvim and it's coc-vimlsp extension to access the vim-language-server. Works pretty flawlessly in my experience.

  • vim-mucomplete

    Chained completion that works the way you want!

  • You can use mucomplete plugin with built-in vim command completion (suggested by @Fantastic_Cow7272) added to completion chain

  • 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.

    InfluxDB logo
  • vint

    Fast and Highly Extensible Vim script Language Lint implemented in Python.

  • There's a linter called vint, I can't say I've tried it myself: https://github.com/Vimjas/vint

  • vim-lookup

    Jump to the definition of variables or functions in VimL code.

  • The "lookup" plugin should allow you to jump to identifiers: https://github.com/mhinz/vim-lookup (Which I just remembered I have and I am realizing I might have accidentally reimplemented a part of it at some point to get gf to work for autoloaded functions 😅)

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