SaaSHub helps you find the best software and product alternatives Learn more →
Confiture.nvim Alternatives
Similar projects and alternatives to confiture.nvim
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
nostalgic-term.nvim
An attempt at improving Neovim's integrated terminal by mimicking Vim's behaviour
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better confiture.nvim alternative or higher similarity.
confiture.nvim discussion
confiture.nvim reviews and mentions
Posts with mentions or reviews of confiture.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-05.
-
Build and run in one task using asynctasks.vim
This is also not a direct response to your question as I'm not familiar with asycntasks.nvim, but having a build and run functionality is probably the main reason why I wrote confiture.nvim, which is another task launcher plugin (that also aims at being simpler than overseer). The main limitation with the implementation of the build and run of confiture is that the build phase will not be asynchronous. It is sufficient for my workflow though -- if I know the build command will be long, I usually launch it on its own first, which can be asynchronous using confiture (with vim-dispatch under the hood).
-
If you are not satisfied with the terminal emulator of Neovim, or preferred the one of Vim, you should checkout nostalgic-term.nvim
It's can also be used from vim to launch custom commands (as is done for example in my other plugin confiture.nvim)
-
How does <CTRL-ENTER> run my python scripts?
It doesn't answer your question but this is how I do what you described : https://github.com/romainchapou/confiture.nvim
-
How do you handle project specific configuration?
I'm mostly fine with language specific configuration, which I find not too hard to manage in my init.vim, but I rely a lot on project specific commands for building and running projects, so I'll do a shameless plug for my plugin, confiture.nvim, which aims to provide a simple solution for this.
- confiture.nvim: a simple way to save and launch your project specific commands
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Jan 2025
Stats
Basic confiture.nvim repo stats
5
17
4.7
over 1 year ago
romainchapou/confiture.nvim is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of confiture.nvim is Lua.