feat: A working state during the transfer between the old neovim

configurations and using newer built-in functionality in the 0.12.x
versions of Neovim.

Further work is needed for treesitter updates, cleanup of the conversion
work and testing to verify old functionality isn't lessened to get the
benefits of a cleaner config and vastly faster load times.
This commit is contained in:
2026-05-23 20:28:34 -05:00
parent deea09dac5
commit abe81c01b3
28 changed files with 490 additions and 609 deletions

View File

@@ -92,8 +92,8 @@ The config adds the following settings outside of oh-my-zsh:
- User $HOME based `.local/bin`
- Keychain initialization for caching SSH keys
- Adding a timing function for checking ZSH load timing
- Local specific configuration file loading, with three initial configs:
- `.zsh_aliases`: Aliases for local specific commands
- `.zsh_exports`: Exported variables for a specific system
- `.zsh_functions`: Custom functions
- `.zsh_local`: Local ZSH settings for a specific system such as any environment specific bash required to set up a system's shell or direct ZSH settings
- Split configuration file loading with three main configs and a local override:
- `zsh_aliases`: Aliases for common commands
- `zsh_exports`: Exported variables for the system
- `zsh_functions`: Custom functions beyond simple aliasing can fulfill but not requiring a script
- `zsh_local`: Local ZSH settings for a specific system such as any environment specific bash required to set up a system's shell or direct ZSH settings