- Updated `lua/plugins/colorscheme.lua` to load `paper-tonic-modern` - Moved old `paper-tonic/` directory to `legacy/paper-tonic-original/` - Validated full config reload; all highlight groups load correctly - No separate overrides needed with modern implementation |
||
|---|---|---|
| .. | ||
| .vimtmp | ||
| after | ||
| colors | ||
| ftdetect | ||
| ftplugin | ||
| lua | ||
| templates | ||
| README.md | ||
| Session.ts.vim | ||
| init.auto-window.vim | ||
| init.commands.vim | ||
| init.fold-text.vim | ||
| init.full.vim | ||
| init.plugins.vim | ||
| init.tabline.vim | ||
| init.vim | ||
| init.vscode.vim | ||
| paper-tonic-original | ||
| postcss.config.js | ||
README.md
Legacy Neovim Config Archive
This folder contains the previous Neovim/Vimscript configuration and related files, archived during Phase 1 of the migration. Nothing here should be modified; use only for reference while rebuilding the new Lua-based setup.
Archived on: 2025-12-06
Contents archived
- Directories:
after/,autoload/,bundle/,colors/,ftdetect/,ftplugin/,lua/,tmpdir/,.vimtmp/ - Files:
init.auto-window.vim,init.commands.vim,init.fold-text.vim,init.full.vim,init.plugins.vim,init.tabline.vim,init.vim,init.vscode.vim,Session.ts.vim,Session.vim,postcss.config.js,.netrwhist,.tags
Kept in place (not archived)
undodir/,spell/,view/,UltiSnips/,templates/- Repo metadata:
.git/,.gitignore - Migration docs:
AGENTS.md,MIGRATION_PLAN.md,neovim-migration-guide.md
Notes
- netrw history (
.netrwhist) was archived since Neo-tree will replace netrw usage. - Colors and Vimscript
after/settings were archived to avoid runtimepath collisions with the new config. - The old
lua/directory was archived to ensure a clean rebuild of the Lua modules using the new structure and lazy.nvim.