Replace `cquit!` with `return` when user chooses 'No' to properly prevent nvim from quitting in shared tmux sessions. Previously, clicking 'No' would still force quit nvim due to the inverted logic using `cquit!` command. Resolves #8 |
||
|---|---|---|
| .. | ||
| plugins | ||
| keymaps.lua | ||
| options.lua | ||
| utils.lua | ||