2KAbhishek / termim.nvim

Neovim Terminal, Improved 🦾💻
GNU General Public License v3.0
54 stars 1 forks source link

NVIM 0.10 integration #5

Closed sleeptightAnsiC closed 1 month ago

sleeptightAnsiC commented 1 month ago

Description

Hey @2KAbhishek ,

Take a look at NVIM 0.10 patch notes. They've changed default terminal behavior. You may want to adjust the plugin a bit. For example, this can potentially break some cases:

# Terminal:
* Terminal buffers started with no arguments (and use ['shell'](https://neovim.io/doc/user/options.html#'shell')) close automatically if the job exited without error, eliminating the (often unwanted) "[Process exited 0]" message. [default-autocmds](https://neovim.io/doc/user/vim_diff.html#default-autocmds)
2KAbhishek commented 1 month ago

Hey @sleeptightAnsiC, thanks for the suggestion

I have started exploring this and will be patching it, as soon as I get some time.

Appreciate you setting up the issue, ty!

2KAbhishek commented 1 month ago

After testing the plugin for the last week with nvim 0.10, I am comfortable closing this, things are functioning well