How do you handle level productivity: autoformat, insert debug statement, execute file?

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • efm-langserver

    General purpose Language Server

    I use the LSP if it supports formatting. I supplement that with efm-langserver which interfaces with CLI formatters and linters. It works well, similar to null-ls as I understand it.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • asynctasks.vim

    :rocket: Modern Task System for Project Building, Testing and Deploying !!

    For running the file there are several tools. I have been using asynctasks.vim which is built on top of asyncrun.vim which I usually use to open a tmux pane and run the code/test. I've been looking at switching to overseer.nvim but haven't yet. I use justfiles to define all of my tasks.

  • asyncrun.vim

    :rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!

    For running the file there are several tools. I have been using asynctasks.vim which is built on top of asyncrun.vim which I usually use to open a tmux pane and run the code/test. I've been looking at switching to overseer.nvim but haven't yet. I use justfiles to define all of my tasks.

  • overseer.nvim

    A task runner and job management plugin for Neovim

    For running the file there are several tools. I have been using asynctasks.vim which is built on top of asyncrun.vim which I usually use to open a tmux pane and run the code/test. I've been looking at switching to overseer.nvim but haven't yet. I use justfiles to define all of my tasks.

  • just

    🤖 Just a command runner

    For running the file there are several tools. I have been using asynctasks.vim which is built on top of asyncrun.vim which I usually use to open a tmux pane and run the code/test. I've been looking at switching to overseer.nvim but haven't yet. I use justfiles to define all of my tasks.

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

  • GitHub - CRAG666/code_runner.nvim: The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow

    7 projects | /r/neovim | 2 Sep 2021
  • Build and run in one task using asynctasks.vim

    4 projects | /r/neovim | 5 Jul 2023
  • Is there a plugin for async shell :%!command ?

    2 projects | /r/neovim | 3 May 2023
  • Help needed to make errorformat parse g++ in French

    2 projects | /r/vim | 20 Mar 2023
  • Quickfix can't navigate to errors in files because makefile isn't in cwd

    1 project | /r/vim | 15 Mar 2023

Did you konow that Vim Script is
the 32nd most popular programming language
based on number of metions?