How solid is neovim for webdev?

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

    Beautiful, fast, functional Configuration for Neovim.

  • Sure, see https://github.com/Civitasv/runvim

  • dotfiles

  • Sure: https://github.com/cseickel/dotfiles/tree/main/config/nvim

  • 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
  • nvim-dap-ui

    A UI for nvim-dap

  • I think debugger tools for backend are invaluable (and might take a bit of work to get them working depending on your framework). Consider use case: php application (on symfony or whatever) with a mysql databsae... you'll want to see how the code performs with real data and then if you don't have a debugger you have to litter your code with print() statements and open a web browser and move your hand off the keyboard over to the mouse and start clicking (that's the part I find most dreadful). Being able to start the debugger, have it bootstrap your database, and then walk through the code step-by-step / line-by-line and watch the variables change is amazing (I had it working once in Vim+Vdebug and have looked at https://github.com/rcarriga/nvim-dap-ui but haven't tried it out yet).

  • dotfiles

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

  • How do i make nvim display errors as Error lens vscode plugin?

    1 project | /r/neovim | 16 Jul 2022
  • Efficiently review past commits of specific file

    4 projects | /r/neovim | 17 Jul 2022
  • My nvim debugger configuration for C++ (nvim-dap)

    5 projects | /r/neovim | 11 Jan 2023
  • What's the best Neovim-setup for Go?

    2 projects | /r/neovim | 7 Feb 2022
  • Practical Vim Command Workflow

    5 projects | news.ycombinator.com | 28 Apr 2024