Nvim-plugin for doing the opposite of join-line (J) of arguments written in lua

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • nvim-revJ.lua

    Nvim-plugin for doing the opposite of join-line (J) of arguments written in lua.

  • splitjoin.vim

    Switch between single-line and multiline forms of code

  • Maybe https://github.com/AndrewRadev/splitjoin.vim can be of interest to you since it provides similar functionality.

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

    A Vim plugin to move function arguments (and other delimited-by-something items) left and right.

  • In terms of parsing, I have a sort of "public API" in my sideways plugin, which you could use to get arguments -- not sure how it compares to vim-textobj-parameter, and, like splitjoin, I try to hit a wide variety of targets, so some cases might be weird. I also see you're considering tree-sitter, but I guess I'll just leave the link if you're curious :).

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