1d6b711561
fix: Moving back to the default keybinding for tmux as it causes issues
...
with using other non-customized systems and neovim completion defaults
2026-04-21 08:10:36 -05:00
e79b18785a
feat: Adding nvim-lint plugin and adding the cfn-lint for CloudFormation
...
linting.
2026-04-16 20:00:57 -05:00
56eb59f9c5
fix: Adding a docker default platform target and a minor format change.
2026-04-13 05:32:22 -05:00
026c152daa
fix: Update for the odd pathing "fix" in the deploy script
2026-04-07 13:07:48 -05:00
dd63dfd57e
fix: Removing several bits that were superfluous or were causing issues.
...
Disabling nvim-lint and calls to cfn-lint for now. Found and removed the issue with
completion causing odd failures on expansion.
2026-04-07 08:03:21 -05:00
20b386f05c
fix: Getting 24-bit truecolor support actually working in tmux finally.
2026-04-06 17:57:13 -05:00
821d7328c6
refactor: Cleanup and stuff
2026-04-05 21:35:11 -05:00
04209e4b53
feat: Working on making CloudFormation and yaml linting.
2026-04-02 09:53:47 -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
fe487f2a90
fix: Updating the deploy script to use relative dot notation which helps
...
deploy on MacOS more easily.
2026-04-02 06:28:36 -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
30b85110ee
doc: Update to the README
2026-04-02 06:16:59 -05:00
72ac2e0106
fix: Correcting a naming scheme for including luasnip so it's not
...
included multiple times under the same name
2026-04-02 06:15:06 -05:00
36c3852bc3
refactor: Moving the wezterm local file linux cursor fix into the main
...
config file, fixing treesitter folding (maybe) and removing the old
attempt at a fix, slight fixes to formatting in other files.
2026-03-31 15:56:08 -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
257dabd9bd
fix: Large cleanup of formatting in plugins, re-enabling of gdb in DAP,
...
removing large portions of the render-markdown plugin settings as they
are just the defaults
2026-03-31 12:57:03 -05:00
0fd6336d5a
fix: Initial pass through each neovim config section for formatting and
...
removing WSL
2026-03-31 12:09:41 -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
a31d423095
fix: Actually correcting the on_attach settings and moved them to an LspAttach event autocommand. Slight cleanup as well.
2026-02-22 20:33:13 -06:00
70c7a97484
feat: Adding additional file types to the bash LSP's loading list.
2026-02-14 21:20:11 -06:00
06e8a3f098
feat: Fixing up the gdscript LSP connection to the Godot server.
2026-01-26 06:31:57 -06:00
5a5386737e
fix: Adding alias for the todo list and the clangd LSP config file.
2026-01-06 08:37:38 -06:00
3dcd9eeea9
fix: Adding the jinja-lsp config for neovim.
2026-01-05 07:58:54 -06:00
11bce34eec
fix: Removing some extra space at line end in the zshrc file and adding the bashls LSP config file.
2026-01-01 20:58:53 -06:00
11c68f3743
fix: Moving the LSP configs out of the Mason file, using the new vim.lsp.config way of configuring LSPs, adding the 'after' config directory for LSP specific configs that override/extend those in the 'lsp' dir and fit with the new configuration way of NVIM 0.11+, moving shortcuts to lspconfig instead of Mason, removing the rename custom function in telescope and using the LSP based function.
2025-12-31 16:45:29 -06:00
2d605cd9cd
fix: Fixing the symbolic linking of the directories for neovim. They
...
used to create sub-directoriees that were also links.
2025-10-29 15:59:06 -05:00
cc613d5ec6
feat: Adding an external clipboard option to tmux to aid in copy/paste
...
operations.
2025-09-27 21:09:52 -05:00
f64b30c964
fix: Fixes for markdown autocomplete and tying to telekasten
2025-09-24 16:36:51 -05:00
bfd4e62bfb
feat: Adding clangd to the setup for debugging C/Rust, etc.
2025-09-20 06:52:15 -05:00
a660ae40b5
fix: Adding a better python virtualenv loading for LSP completion in a
...
project's directory and installed dependencies.
Removing render-markdown from being default enabled, but leaving it in
for now.
2025-08-05 07:23:13 -05:00
dd4fbaea0a
doc: Small comment in deploy.sh
2025-07-31 08:11:32 -05:00
6d15be0a5c
fix/doc: Refactoring the deploy script to actually be parameterized
...
instead of writing out each case of config file and location.
Adding some sections in the README about deployment and additions to the
setup.
2025-07-30 22:12:08 -05:00
96063079b4
fix: Changes to the rust debugging setup
2025-07-27 18:05:15 -05:00
c7055d45f9
fix: Fixing the python DAP config as it was just not functioning
...
correctly with the Mason setup.
2025-07-26 20:30:10 -05:00
0b14709875
fix: biscuits bad
2025-07-22 14:13:48 -05:00
dab3447bad
feat: Adding new additions of:
...
- 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).
2025-07-20 14:53:21 -05:00
6faf8a1641
feat:
...
- Grouping files in the deploy script by purpose.
- Adding the npmrc file
2025-07-08 11:56:57 -05:00
fe78ab659d
doc: Update to the README to fix list formatting
2025-07-07 14:38:10 -05:00
3cb82e1982
feat: Adding a custom zsh function for running rsync "moves"
...
Adding the capabilities and on_attach to all current LSP options in
Nvim.
2025-07-07 06:43:52 -05:00
246ba3d490
feat: Adding in the pylint plugin for pylsp rather than trying to add it
...
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.
2025-06-10 11:11:14 -05:00
b44517f814
feat: Adding pyright to neovim LSP configs
2025-06-09 05:54:14 -05:00
2be158262c
feat: Adding pylint to neovim LSP config
2025-06-04 22:00:03 -05:00
be170512a9
fix: Forgot a slash in the filepath for zsh themes
2025-06-02 11:06:11 -05:00
6adfad1be2
feat: Adding in the zsh theme
2025-06-02 11:04:03 -05:00
6c228e4b4b
fix: Fixing the nvim-dap configuration setup to properly install the
...
python debugpy debugger and set it up for use.
2025-05-29 11:24:42 -05:00