Creating my first neovim plugin

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

    Discontinued A vscode like sidebar for neovim

  • Also, Whoever has experience in this area, please contribute. Here's the link.

  • litee.nvim

    A framework for building Neovim plugins

  • Maybe youll want to check out my plugin https://github.com/ldelossa/litee.nvim as a base to get you going? The side bar stuff is already implemented and you can focus on building your actual plugin apps. There are examples on that linked repo's readme.

  • 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
  • neo-tree.nvim

    Neovim plugin to manage the file system and other tree like structures.

  • I'll echo that, https://github.com/nvim-neo-tree/neo-tree.nvim is another explorer plugin that replicates some of what the vs-code explorer does. I think the place for you to start is to choose an existing plugin that is close to what you want, and then add features to that plugin by submitting PRs.

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