AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.21k stars 242 forks source link

fix(remote-sshfs-nvim): use function call result #1208

Closed uroborosq closed 2 months ago

uroborosq commented 2 months ago

📑 Description

For now keybinding \ff and \fw stops to work properly with remote-sshfs-plugin, when there is no ssh connection. изображение

This happens, because the value of functions checks in the condition instead of call result. Fixed the issue with calling this function :)

github-actions[bot] commented 2 months ago

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping: