better command names

This commit is contained in:
cdricms
2025-03-13 12:11:19 +01:00
parent 5a36459c07
commit fbd2b79f15
2 changed files with 14 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ Install with your plugin manager.
Lazy.nvim
```bash
{
"LucasMiguel/nvim-sync-ftp",
url = "https://git.cems.dev/cdricms/nvim-sync-ftp",
config = function ()
require('nvim-sync-ftp').setup()
end
@@ -47,6 +47,12 @@ Create a file named `.sync-ftp-config` in the project root, or run the command `
## Commands
`:SyncFtpMapToRemote`: Create configuration file in root directory
`:FtpInit`: Create configuration file in root directory
`:SyncFtpUpload`: Upload file from current open Buffer
`:FtpPushFile`: Upload file from current open Buffer
`:FtpPush`: Upload directory from current open Buffer
## Original project
https://github.com/LucasMiguel/nvim-sync-ftp