Commit Graph

19 Commits

Author SHA1 Message Date
089ba53e8b feat: Adding LSP configs for ansiblels, arduino_language_server,
marksman. Adding documentation for LSP configs. Removing Mason config
and the reference to nvim-lspconfig.
2026-08-18 19:55:33 -05:00
baa8f03870 fix: Updating the zshrc file to remove the explicit MacOS homebrew paths
from the shell path and relying upon local overrides for adding these
(prompted by additional needs on MacOS to override things like gnu-sed
and other binaries to use updated and standard binary calls)
2026-08-17 08:59:37 -05:00
c9b6dfea14 fix: Removing the extra settings that are already covered by
`share_history` and also may have been interferring with its operation
(per the notes in the man file calling out to disable the other settings)
2026-08-17 08:35:23 -05:00
a2b5bc9e0d fix: Updating with double quotations after determining the issue was
with the optional overwriting of the oh-my-zsh plugin install not
playing well. Removed the overwriting as it is not needed.
2026-08-17 06:05:40 -05:00
72a3d27d35 fix: The quotations suggested by shellcheck are causing issues with
substitutions and creating new incorrect directories. Removing for now.
2026-08-16 20:37:11 -05:00
86475a8e8e feat: Removing nvim-lspconfig and starting the removal of Mason, adding
in LSP definitions for servers that are used, adding in a script to
check for LSPs, removing some extraneous items in the tmux conf, moving
autopairs to its own file
2026-08-16 20:19:05 -05:00
0a4bf53aab feat: Adding settings for git to use GPG signing 2026-07-31 12:38:42 -05:00
deea09dac5 feat: Cleaning up the tmux config, cleanup of zsh aliases and moving
some functions to aliases
2026-05-23 20:26:12 -05:00
56eb59f9c5 fix: Adding a docker default platform target and a minor format change. 2026-04-13 05:32:22 -05:00
821d7328c6 refactor: Cleanup and stuff 2026-04-05 21:35:11 -05:00
7b64bb09ac 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
2026-04-02 06:29:20 -05:00
a519618e20 fix: Updates to telekasten to use the built in toggle_todo function
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.
2026-04-02 06:23:43 -05:00
f80e5aa318 refactor: Moving the theme into the zsh subdirectory and updating the deploy script for the change. 2026-03-31 13:45:35 -05:00
095cacf392 fix: Removing npmrc (just not used), updating zshrc to remove
zsh-syntax-highlighting references and disabling keychain for now,
adding a TODO to the deploy script for wezterm local config
2026-03-31 12:05:34 -05:00
3ea9943040 test: Trying out removing the zsh suggestions and syntax highlighting
for now.
2026-03-30 07:31:12 -05:00
cc86b9d1bd fix: completing this round of updates to the zsh setup for startup
times, testing with other prompts (Pure) and cleaning up the config
files for better modularity and coherent settings.
2026-03-29 18:34:02 -05:00
72ef502512 refactor: vastly more readable path function by removing cruft and the
loop
2026-03-29 16:40:54 -05:00
4dd3c3eed6 feat: Adding a new function to print out the path variable in a newline delimited list, new aliases for quick actions and cleanup of zshrc for future changes 2026-03-29 16:22:32 -05:00
64868c6672 feat: Update to the zsh setup, moving functions and aliases to their own
files, changing up the plugins and settings to remove stale setups and
to reduce the loading time by nearly half
2026-03-28 16:53:51 -05:00