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.
- autopairs (trying again and kind of liking it)
- render-markdown to render markdown in editor
- twilight for dimming other lines
- nvim-biscuits
Changes to the zshrc settings to add location, color settings
environment variables, some keybindings, universal aliases for
coloration, etc.
Adding a loader.enable to the start of init.lua for faster load times
(need to benchmark this but it feels faster).
through other means. Adding the ignore line for ignoring lines that are
"too long", as well as providing a placeholder for future edits to
ignoring other linting feedback.
prettier LSP for reference (even though mason-lspconfig doesn't load it)
Chaning the zshrc template for better handling of include files, adding
support for easily extending include files, changing the loaded plugins
to better support currently work flows and minor cleanup of the plugin
download.
folding for now).
Disabled the autocommand for the telescope folding
workaround.
Re-enabling debugging shortcuts.
Adding webp and png to the telescope ignore patterns.
Cleaning up some commented out old packages.