replace vim/vundle and promptline with neovim/lazy.nvim and starship#242
Merged
Conversation
- remove Vundle, .vimrc, .promptline.sh, and .vim submodules - add cli/nvim/ with lazy.nvim config (edge, lualine, nvim-tree, telescope, treesitter, mason/lsp) - use NVIM_APPNAME=devbox to scope config under ~/.config/devbox/nvim/ - update all scripts to use nvim Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- add starship.toml with workspace-aware powerline prompt - replace 277-line generated promptline with 40-line workspace detection + starship init - add neovim and starship to .mise.toml - symlink .mise.toml to home in config_box - rewrite README with current setup instructions Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
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
cli/nvim/), scoped viaNVIM_APPNAME=devbox.mise.toml, symlink it to~/.mise.tomlinconfig_boxnvim, rewrite READMETest plan
mise installto install neovim and starship./setup.sh config_boxand verify~/.mise.tomlsymlink./setup.sh config_vimand verify nvim launches with lazy.nvim plugins./setup.sh config_promptand verify starship prompt with workspace colorsdev vimrsyncs pluginsdev vimrcopens nvim config🤖 Generated with Claude Code