-
ohmyzsh
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.
And if you’re using Fancy CTRL-Z, you can just use C-z to go back and forth without fg. https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fancy-ctrl-z
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
There is a built in feature to this called :h :make (not to be confused with the build tool gnu make) which uses the :h 'makeprg' option which can be set per language usually done in the compiler folder of language syntax plugins, like here or here
-
There is a built in feature to this called :h :make (not to be confused with the build tool gnu make) which uses the :h 'makeprg' option which can be set per language usually done in the compiler folder of language syntax plugins, like here or here
-
-
it depends a bit what I'm coding but either I use tmux or https://github.com/akinsho/toggleterm.nvim this toggleterm I just like a lot better for simiple things then the normal terminal in vim.
-
You could consider vimtex for this purpose
-
vim-dispatch by the legend Tim Pope. send the task to the background, keep using editor. once the task is finished, it output to qflist buffer
-
I also have a plugin that lets me run a single unit test inside Vim (in the background, using asyncrun), so I can do TDD with by repeatedly pressing F9 (run test under cursor) or Shift-F9 (repeat last test, in case my cursor is now in the middle of the actual code rather than in the test). The status line changes color to let me know if the test passed, and if it failed, I get a quickfix window with the error.
-
-
I use tmux and the vim-tmux-runner plugin on vim to send custom commands.
-
asyncrun.vim
:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
I can :Man blah to look up docs or :AsyncRun to build/run with jumpable output in the quickfix. Doing it within vim means I can pull from any register for pasting, yank without a mouse, hide buffers or move them to tabs, etc.
Related posts
-
Call for help: please pitch in to fix outstanding nnn.vim issues!
-
Am I the only one frustrated when jumping in nvim-tree when hitting Ctrl-O ? Can I avoid this ?
-
Call for help: please pitch in to fix outstanding nnn.vim issues
-
Call for help: please pitch in to fix outstanding nnn.vim issues
-
Trying to open a file from NNN into a new vim tab