fix luasnip jumping back to snippet with tab after snippet exit

This commit is contained in:
2025-11-18 19:54:43 +05:00
parent 116ab17242
commit 3a832eec36
4 changed files with 19 additions and 5 deletions

View File

@ -3,9 +3,15 @@ export PATH=~/.local/bin:~/.cargo/bin:$PATH
export EDITOR=nvim
export SUDO_EDITOR=/usr/bin/nvim
export XDG_CURRENT_DESKTOP=Sway
export XDG_SESSION_DESKTOP=sway
export XDG_SESSION_TYPE=wayland
export HOMEBREW_NO_AUTO_UPDATE=true
export ELECTRON_OZONE_PLATFORM_HINT=auto
if command -v dbus-update-activation-environment >/dev/null; then
dbus-update-activation-environment XDG_CURRENT_DESKTOP XDG_SESSION_DESKTOP XDG_SESSION_TYPE
fi
if [[ -z $DISPLAY && $TTY = /dev/tty1 ]]; then
exec sway
fi