Commit Graph

14 Commits

Author SHA1 Message Date
Ray Elliott bd021716ac Add quickfix and location list keymaps
Introduce keymaps for opening and closing quickfix and location
list windows to enhance navigation and usability in Neovim.
2026-01-13 16:16:04 +00:00
Ray Elliott 10f61ab939 Add highlight info display under cursor
Implement a function to show highlight group and color
information in a floating window when the cursor is
positioned over text.
2026-01-13 16:05:44 +00:00
Ray Elliott 1b71a30520 Update keymap for Git files in quickfix list
Changed keymap from `<leader>gf` to `<leader>gg` for sending modified,
deleted, and untracked Git files to the quickfix list. Added utility
function to handle Git status parsing.
2026-01-13 15:34:28 +00:00
Ray Elliott 1e91693cf5 Add keymap for Git files to quickfix list
Introduced a new keymap `<leader>gf` to send modified, deleted, and
untracked Git files to the quickfix list with their status indicators.
This enhances the Git workflow by complementing existing mappings.
2026-01-13 15:30:40 +00:00
Ray Elliott b473cc6d15 Add toggle for diagnostic display in keymaps
This change introduces a new keymap to toggle the display of
diagnostics, enhancing user control over diagnostic visibility.
2025-12-12 01:17:07 +00:00
Ray Elliott f4f6260b20 Refine keymap descriptions for clarity and consistency
Updated keymap descriptions across various plugins to include
specific prefixes for better identification and organization.
2025-12-12 01:00:25 +00:00
Ray Elliott 3ad385e285 Refactor Paper Tonic Modern colorscheme and enhance semantic highlighting
- Updated highlights.scm to improve CSS, HTML, and data attribute captures with higher priority.
- Added a new Lua function to display highlight group and color information under the cursor.
- Expanded editor, semantic, syntax, and TreeSitter highlight groups for better visual consistency across languages.
- Created test files for PHP, HTML, CSS, and Lua to validate syntax highlighting.
- Implemented a shell script to test semantic highlights in a Neovim session.
- Simplified colorscheme loading process by removing unnecessary plugin specifications.
2025-12-11 21:47:27 +00:00
Ray Elliott b56d703662 fix ruff/Ruff duplication 2025-12-07 23:48:11 +00:00
Ray Elliott 02df315571 update 2025-12-07 20:02:17 +00:00
Ray Elliott 8bde5cc4d3 update 2025-12-07 19:54:33 +00:00
Ray Elliott 9d10df7ed5 update 2025-12-07 19:05:18 +00:00
Ray Elliott b247db8531 update 2025-12-07 18:53:18 +00:00
Ray Elliott 319c66bc0a mason + lsp config working 2025-12-06 23:16:03 +00:00
Ray Elliott e112d0d61e add skeleton file structure 2025-12-06 19:56:33 +00:00