Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Overseer.nvim Alternatives
Similar projects and alternatives to overseer.nvim
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
-
asyncrun.vim
:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
-
-
-
-
-
-
code_runner.nvim
Neovim plugin.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
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
overseer.nvim discussion
overseer.nvim reviews and mentions
-
exrc.nvim - utilities for writing and managing .nvim.lua files
When working on multiple projects it might be useful to define some local configuration that should be automatically loaded. This e.g. includes customized LSP configuration or adding build tasks for task runner plugins like overseer.nvim. To do that you can create .nvim.lua in your project directory and define your local settings there.
- Build and run in one task using asynctasks.vim
-
Compile and run inside nvim
I use https://github.com/stevearc/overseer.nvim, a task/job runner kinda like the one in VS Code. You can run your builds, tests, lints, etc. with it.
-
Task plugin for c++ project
overseer.nvim
-
Problem with running code
There's overseer.nvim to run all sorts of things and neotest to run tests. In general, you can check awesome-neovim or TWiN to look for plugins.
-
Update for telescope-all-recent.nvim: Frequency Sorting now for dressing.nvim!
Here's an example of how to configure your vim_ui_select picker for the amazing task managing plugin overseer.nvim!
-
Is there a plugin for async shell :%!command ?
I use overseer for this https://github.com/stevearc/overseer.nvim
-
5 Features Neovim Is Still Missing: Love The Project But Still Wish For More
I would like to call out that "make compiler plugins async" sounds like a simple change, but quickly becomes quite complex. Let's say you do an async :make, now you have a background process. How do you cancel it? How do you view the output? Can you hide it and then come back to it? Can you run more than one at a time? Can you view all running tasks? If you want to have only very basic controls you could do what vim-dispatch is doing, but I personally don't think it's very good. I think any solution shy of VS Code style tasks control will be insufficient, but I think the appetite for adding something that complex to core Neovim is quite low. That said, this (and more) is something I really wanted, which is why I wrote overseer.nvim
-
People who migrated from vscode
I still can't get testing and debugging tests down, so I am going back to intellij or goland to do that. I have been at it for about 3 weeks now. I spent so much time setting up my config. haha. Having said that, I really like Overseer https://github.com/stevearc/overseer.nvim
-
Run code / something like the VSCode F5
overseer.nvim
-
A note from our sponsor - InfluxDB
influxdata.com | 24 Apr 2025
Stats
stevearc/overseer.nvim is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of overseer.nvim is Lua.