feat: add Vim 9 and Git Bash config for remote dev#1
Open
ethan-sargent wants to merge 1 commit into
Open
Conversation
Port nvim/zsh config to vanilla Vim 9 script and bash for Git Bash (mingw) environments without neovim. Includes vimrc with statusline, SFDX plugin with async job support, bashrc with vi-mode and git prompt, readline config, SFDX shell functions, and setup script. https://claude.ai/code/session_01TLBtrSbsBvGGmmtLFcxyp7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n\n- Port nvim/lua config to Vim 9 script (
vim/vimrc) with statusline, netrw, grep, and key mappings\n- Add async SFDX plugin (vim/plugin/sfdx.vim) using Vim 9job_start()for deploy, retrieve, test, and query operations\n- Add Git Bash.bashrcwith vi-mode, git prompt, SFDX org display, XDG dirs, and shell completions\n- Add.inputrcwith vi editing mode and cursor shape switching\n- Add SFDX shell functions (sfdx.bash) for org switching and environment info\n- Addsetup.shto create symlinks and install vim-surround, vim-commentary, vim-fugitive via native pack system\n\n## Test plan\n\n- [ ] Runbash setup.shon a Git Bash (mingw) environment and verify symlinks are created\n- [ ] Open Vim and confirm settings, statusline, colorscheme, and key mappings work\n- [ ] Test SFDX plugin commands (:SfdxDeploy,:SfdxRunTest, etc.) in a Salesforce project\n- [ ] Verify bash prompt shows git branch and SFDX org\n- [ ] Confirm vi-mode works in bash with cursor shape changes\n\nhttps://claude.ai/code/session_01TLBtrSbsBvGGmmtLFcxyp7