Skip to content

replace vim/vundle and promptline with neovim/lazy.nvim and starship#242

Merged
viqueen merged 4 commits into
mainfrom
chore/clean-up-continued
Jul 6, 2026
Merged

replace vim/vundle and promptline with neovim/lazy.nvim and starship#242
viqueen merged 4 commits into
mainfrom
chore/clean-up-continued

Conversation

@viqueen

@viqueen viqueen commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • Replace Vundle + .vimrc (122 lines) with neovim + lazy.nvim config (cli/nvim/), scoped via NVIM_APPNAME=devbox
  • Replace 277-line generated promptline.vim script with starship prompt (~70 line TOML config + ~40 line workspace detection)
  • Add neovim and starship to .mise.toml, symlink it to ~/.mise.toml in config_box
  • Remove 3 git submodules (Vundle.vim, edge, vim-windflower)
  • Update all scripts to use nvim, rewrite README

Test plan

  • Run mise install to install neovim and starship
  • Run ./setup.sh config_box and verify ~/.mise.toml symlink
  • Run ./setup.sh config_vim and verify nvim launches with lazy.nvim plugins
  • Run ./setup.sh config_prompt and verify starship prompt with workspace colors
  • Verify dev vimr syncs plugins
  • Verify dev vimrc opens nvim config

🤖 Generated with Claude Code

viqueen and others added 4 commits July 5, 2026 21:09
- 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>
@sonarqubecloud

sonarqubecloud Bot commented Jul 6, 2026

Copy link
Copy Markdown

@viqueen viqueen merged commit 8da2a53 into main Jul 6, 2026
3 checks passed
@viqueen viqueen deleted the chore/clean-up-continued branch July 6, 2026 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant