Skip to content

Releases: karshPrime/tmux-compile.nvim

Project Specific Configs

11 Mar 03:35
27fb827

Choose a tag to compare

What's Changed

  • Fix broken else statement by @DaniloDjokic in #2
  • Support for defining project override configs in the project directory (instead of the nvim config directory) by @DaniloDjokic in #4

Full Changelog: v2.5.1...v3.0.0

removed full path requirement

28 Jan 02:26
0e2a6d9

Choose a tag to compare

  • now the config can be set with ~/project/path for project specific configs, instead of whole /home/user/path

Full Changelog: v2.5...v2.5.1

Indie Project Control

22 Jan 02:40
98f0133

Choose a tag to compare

What's Changed

Smart update by @DaniloDjokic that allows for project level configs that override otherwise general language extension prefixes.

New Contributors

Full Changelog: v2.4...v2.5

Refactor

23 Dec 05:04
7e47f37

Choose a tag to compare

~ updated auto-close behavior: when disabled, the application now waits for the "return" key before exiting, eliminating the need to exit the new shell.
~ refactored project source: the project source code has been refactored for improved maintainability, extensibility, and easier bug fixes.

Full Changelog: v2.3.1...v2.4

minor updates

30 Jul 06:22
ff44657

Choose a tag to compare

~ updated readme with more descriptive demonstration gif and better setup instructions
~ fixed macos /private/tmp and /tmp mismatch fixed
+ made it such that running actions on pane doesn't change focus

Full Changelog: v2.3.0...v2.3.1

Higher Pane Control

26 Jun 14:10
8bf9566

Choose a tag to compare

Updated pane related operations to be more functional and customisable.
+ added config options to set default pane spawn height and width percentage
+ added config options to always create new panes vs reuse old panes
~ fixed pane implementation to confirm if the panes are in the same directory as the project. if not, cd
~ further optimised plugin to make fewer vim.fn.system calls, and removed all redundant vim.cmd calls

Full Changelog: v2.2.1...v2.3.0

Heavy Optimise

25 Jun 08:33
1823e0d

Choose a tag to compare

Restructured whole plugin with the goal of efficiency.
Added missing Error prompts and made them more descriptive with their cause.

Full Changelog: v2.2.0...v2.2.1

Debugger Support

25 Jun 02:45
c33ce39

Choose a tag to compare

  • added support for configuring debuggers, in addition to run and build command, for every language.
  • added support for configuring auto-save when run/debug/build commands are triggered; turned off by default.

Lazygit Overlay

24 Jun 09:33
837f82c

Choose a tag to compare

  • added inbuilt support for executing lazygit in a terminal overview using same configs as run/debug.

Full Changelog: v2.0.0...v2.1.0

Overlay Support

23 Jun 16:04
6906a39

Choose a tag to compare

Added support for compiling and running project in an overlay window, in addition to the existing pane/window options.

Full Changelog: v1.1.0...v2.0.0