fix: Several small updates.

- 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
This commit is contained in:
2026-04-02 06:29:20 -05:00
parent fe487f2a90
commit 7b64bb09ac
6 changed files with 13 additions and 34 deletions

View File

@@ -63,10 +63,10 @@ zstyle ':completion:*:descriptions' format '%U%B%d%b%u'
zstyle ':completion:*:warnings' format '%BNo matches for: %d%b'
# Autoload keychain for ssh-agent handling if it is installed
# if command -v keychain &> /dev/null
# then
# eval $(keychain --eval --quiet --nogui --noask)
# fi
if command -v keychain &> /dev/null
then
eval $(keychain --eval --quiet --nogui --noask)
fi
# TODO: Replace above with GPG agent
# GPG Agent handling of ssh key authorization and unlocks