165 Commits
Author SHA1 Message Date
rootiest 1155311da0 feat(theme): implement dynamic themeing 2025-09-01 14:37:47 -04:00
rootiest 094bf768fc chore(deps): remove old commented-out dependencies 2025-09-01 14:37:17 -04:00
rootiest 4545e18a68 feat(config): various config updates
Packaged updates to configuration.
2025-08-23 11:52:26 -04:00
rootiest 360df77f4a fix(smart-splits): properly execute the smart-splits keymap overrides 2025-03-19 21:06:17 -04:00
rootiest df9aebed1f 🗑️ Cleaned(smear-cursor): remove old config option
The use_floating_window option is no longer used so we don't need to set it
2025-03-19 19:42:53 -04:00
rootiest c4aa09b6be Feat(osc7): cwd tracking and matching
Writes the CWD to a file (and emits the OSC7) at startup and when the directory changes. This is
used by a function in fish-shell to automatically cd to the cwd on nvim exit.
2025-03-18 22:26:49 -04:00
rootiest 163239a405 Feat(projects): add project.nvim
Add project.nvim for project management. Add dash option for it.

BREAKING CHANGE: Change dash key `p` from filetree to projects. Filetree now `t`
2025-03-12 21:50:42 -04:00
rootiest 191b6ffab2 🐛 Bug(treesitter): remove broken conditional
The condition for enabling treesitter caused treesitter-textobject errors whenever lazy.nvim
installs plugins
2025-03-10 22:04:25 -04:00
rootiest 98d9b6ee7d 🚸 UX(keymaps): change neominimap toggle keymaps
Makes more consistent with other toggles
2025-03-10 20:45:14 -04:00
rootiest 05a109422e 🎨 Style(wezterm): make wezterm-types a dependency of lazydev 2025-02-17 18:55:18 -05:00
rootiest 06663c59e8 📝 Docs(annotations): remove @func annotations
These are not properly parsed and not typically used, so all of them are now scrubbed from the repo
2025-02-17 18:36:34 -05:00
rootiest e1081f0d1f 🐛 Bug(vim.ui): remove deprecated dressing.nvim plugin from deps
Dressing is no longer being used, has been replaced with snacks.nvim ui plugins
2025-02-16 14:20:49 -05:00
rootiest cb61b27c21 📝 Docs(util-funcs): add missing annotations to utility functions 2025-02-16 14:18:49 -05:00
rootiest c6fcdfef49 Feat(diffview): use 3-way mixed windows mergeview by default
Moved diffview opts to main types file and changed default from 3-way veritcal to 3-way mixed
window.
2025-02-15 21:28:14 -05:00
rootiest df54d30b24 🐛 Bug(keymaps): remove the \ keymap due to conflict
The \ keymap conflicts with the local-leader key. | remains as the vertical split keymap
2025-02-12 21:52:15 -05:00
rootiest fa4acc29ad Feat(keymaps): modify vertical split and explorer keymaps for easier use
Press \ or | for vertical split. Press Ctrl+| (Ctrl+Shift+\) for explorer.
2025-02-12 18:49:31 -05:00
rootiest 62d405a8bf move opts and keys to their respective files 2025-02-08 21:23:57 -05:00
rootiest f5293ebf19 add tiny-inline-diagnostic plugin 2025-02-08 21:18:28 -05:00
rootiest 55ac36077c remove redundant lspconfig plugin 2025-02-08 21:12:56 -05:00
rootiest 8b17a513b5 add misc opts for various plugins 2025-02-08 21:10:32 -05:00
rootiest 7e3e57940b add floating-help opts 2025-02-08 21:09:58 -05:00
rootiest 7e1f6de3a9 add neocord opts 2025-02-08 21:09:42 -05:00
rootiest 135bdacf44 add code-companion opts 2025-02-08 21:09:30 -05:00
rootiest 0e7befb507 add toggleterm-style mapping for snacks.terminal 2025-02-08 20:23:21 -05:00
rootiest 21608a5919 add snacks.toggle functionality for smear-cursor 2025-02-08 20:22:56 -05:00
rootiest 1e959b1927 replace some telescope mappings with snacks.picker 2025-02-08 20:22:34 -05:00
rootiest 42b2f58117 replace neotree with snacks.explorer 2025-02-08 20:22:12 -05:00
rootiest 7a1114d434 add snacks.toggle functionality for blink 2025-02-08 20:20:57 -05:00
rootiest abce81eef4 add snacks.toggle functionality for auto-save 2025-02-08 20:20:42 -05:00
rootiest 7286c2adab add is_ghostty function to identify when terminal is ghostty 2025-02-08 20:20:00 -05:00
rootiest f63830e4a5 add ft for acedemic plugin 2025-02-08 20:19:22 -05:00
rootiest fd5614d307 remove telescope from dependencies
this is necessary to ensure telescope wont be loaded when toggled off in
options.lua
2025-02-08 20:19:03 -05:00
rootiest 755a38368c add code-companion dependencies table 2025-02-08 20:18:29 -05:00
rootiest d86a07a4a0 use new Pick global in dashboard 2025-02-08 20:18:05 -05:00
rootiest 2d6d322f8e add new condtionals for plugins that can be toggled/disabled 2025-02-08 20:17:50 -05:00
rootiest da94667d40 add cmd table for code-companion 2025-02-08 20:17:16 -05:00
rootiest 207f59ff45 update Pick function annotations 2025-02-07 15:39:18 -05:00
rootiest 51c57914a4 Add snacks.picker to Pick function 2025-02-07 15:36:12 -05:00
rootiest b986fad055 fix cmp keymapping 2025-01-13 21:12:00 -05:00
rootiest 5162860a70 change discord-presence lazy-load event 2025-01-13 21:11:41 -05:00
rootiest 0fd404bbf9 add FloatingHelp and lualine conditionals 2025-01-13 21:11:17 -05:00
rootiest c253d75d2a move additional plugin cmd specs to a centralized location 2025-01-13 21:10:57 -05:00
rootiest 70d734280e fix breaking change in smear-cursor config 2024-12-28 18:51:20 -05:00
rootiest a43a6e3c3f use helix preset for which-key
and offset for neominimap
2024-12-28 18:50:58 -05:00
rootiest c3e008dd67 replace deprecated termopen 2024-12-28 18:41:22 -05:00
rootiest d2c596cbab feat: add smart-open functionality to enhance file navigation 2024-12-18 22:16:11 -05:00
rootiest 6ab41033bf feat: add autocommands to enter insert mode in terminal buffers 2024-12-18 14:25:57 -05:00
rootiest 3322cd58b1 feat: add function to retrieve system architecture 2024-12-18 14:25:48 -05:00
rootiest a78d4f1c43 fix: update color fetching method for Git signs in statusline 2024-12-18 14:25:31 -05:00
rootiest d2bda27817 feat: enhance Noice configuration with progress and route options 2024-12-11 15:03:11 -05:00