manual ctags with vim-gutentags or similar

This page summarizes the projects mentioned and recommended in the original post on /r/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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • lh-tags

    ctags base updating, and browsing from vim

  • In lh-tags, there is the (bpg):tags_options.no_auto which is considered to false by default, meaning that automatic incremental update of tag database is disabled by default.

  • local_vimrc

    Per project/tree configuration plugins

  • buffer wise, from a local vimrc for instance, with let b:tag_options = { 'no_auto': 0}

  • 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
  • lh-vim-lib

    Library of Vim functions

  • or in your .editorconfig file (if you have any) as lh-vim-lib also registers an extension to set vim variables from editorconfig file -- it's definitively not meant to be used this way, but well it's possible.

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

  • Setting a b: or g: variable in a modeline

    2 projects | /r/vim | 21 Dec 2022
  • How can I have a local .vimrc file that is used only inside a certain directory?

    2 projects | /r/vim | 19 May 2021
  • search and replace camelCase to snake_case

    5 projects | /r/vim | 3 Mar 2021
  • tasks.vim - async jobs and tasks

    2 projects | /r/vimplugins | 6 Feb 2021
  • A per project vimrc based on direnv

    1 project | /r/vim | 16 Jan 2021