Are there any examples of how to use nvim_create_autocmd?

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

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

    My developer setup :D (by ViRu-ThE-ViRuS)

  • telescope.nvim

    Find, Filter, Preview, Pick. All lua, all the time.

  • Update for telescope to use the new API https://github.com/nvim-telescope/telescope.nvim/pull/1707

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

    A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config

  • if not uv.fs_stat(PACKER_ROOT) then uv.spawn('git', { args = { 'clone', 'https://github.com/wbthomason/packer.nvim', PACKER_ROOT, }, }, function(code, signal) if code == 0 and signal == 0 then vim.schedule(function() vim.notify('packer.clone: Complete') packer_init() end) end end)

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

  • Difference between Telescope `lsp_workspace_symbols` and `lsp_dynamic_workspace_symbols`?

    2 projects | /r/neovim | 25 Jun 2023
  • Trying really hard to get into Neovim but I’ve had such a hard time trying to configure it!

    6 projects | /r/neovim | 10 Dec 2022
  • Neovim 0.5 is awesome

    10 projects | /r/neovim | 12 Jul 2021
  • Need resources for porting init.vim to init.lua, following the norm

    10 projects | /r/neovim | 10 Jul 2021
  • lsp, pyls: how to get autocompletion and signatures of imported library

    4 projects | /r/neovim | 18 Mar 2021