nvim/legacy
Ray Elliott db8d67a6b7 Update colorscheme configuration and cleanup legacy files
- 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
2025-12-11 22:52:54 +00:00
..
.vimtmp clean up legacy files 2025-12-06 19:44:54 +00:00
after add phase for colorscheme migration 2025-12-08 00:35:08 +00:00
colors clean up legacy files 2025-12-06 19:44:54 +00:00
ftdetect clean up legacy files 2025-12-06 19:44:54 +00:00
ftplugin clean up legacy files 2025-12-06 19:44:54 +00:00
lua clean up legacy files 2025-12-06 19:44:54 +00:00
templates clean up legacy files 2025-12-06 19:44:54 +00:00
README.md clean up legacy files 2025-12-06 19:44:54 +00:00
Session.ts.vim clean up legacy files 2025-12-06 19:44:54 +00:00
init.auto-window.vim clean up legacy files 2025-12-06 19:44:54 +00:00
init.commands.vim clean up legacy files 2025-12-06 19:44:54 +00:00
init.fold-text.vim clean up legacy files 2025-12-06 19:44:54 +00:00
init.full.vim clean up legacy files 2025-12-06 19:44:54 +00:00
init.plugins.vim clean up legacy files 2025-12-06 19:44:54 +00:00
init.tabline.vim clean up legacy files 2025-12-06 19:44:54 +00:00
init.vim clean up legacy files 2025-12-06 19:44:54 +00:00
init.vscode.vim clean up legacy files 2025-12-06 19:44:54 +00:00
paper-tonic-original Update colorscheme configuration and cleanup legacy files 2025-12-11 22:52:54 +00:00
postcss.config.js clean up legacy files 2025-12-06 19:44:54 +00:00

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.