yaml-companion to give more accurate matching of files, disabling
twilight plugin (not really used but may be tested again during pair
programming in the future), removing scrolloff
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.
- Removing the load_lauunchjs call for dap as it's no longer needed.
- Cleanup of lspconfig of several lines that appear to not do anything
in testing, and updating keymap order.
- Removing the luasnip setup section as it appears to not be required in
testing.
- Update to nvim-cmp for luasnip relative loading and removing the
buffer from command mode completion
- Twilight update to narrow the focus but also expand out if statements.
- ZSH re-enabling keychain despite it being slow as replacement with
gpg-agent will take a focused session to do across environments
instead of the custom one (works well enough), removing lazy loading of
the plugin to allow calling from telekasten commands from nvim load, and
adding ZSH functions to open a new note or today's note immediately.
- 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.