d28af9a31e
Update netrw configuration to keep directories separate
...
Set netrw_keepdir to 0 to prevent changing the working directory,
ensuring LSP and symlink navigation remain functional.
2026-01-12 16:28:26 +00:00
9768ed395e
Update netrw configuration for directory handling
...
Separate current and browsing directories to prevent LSP
and symlink navigation issues. Allow directory operations
on symlinks for better usability.
2026-01-12 15:32:23 +00:00
d876425956
Update README and keymaps for netrw navigation
...
Add command variants for netrw and update keymaps to improve
navigation experience. Store initial working directory as
project root for better symlink handling.
2026-01-12 15:18:10 +00:00
bc9758dbe1
enable persistant undo history
2026-01-06 17:59:01 +00:00
a0926e273e
fix wordpress linter/formatter mismatch
2026-01-05 22:10:39 +00:00
a06e931c6a
Update markdown linting commands and documentation
...
Renamed commands for enabling and disabling markdown linting
to `MarkdownLintEnable` and `MarkdownLintDisable`. Updated
the README to reflect these changes and added a note about
markdown linting being disabled by default.
2026-01-05 20:36:35 +00:00
025222da2a
Update documentation references for keymaps and logs
...
- Changed references from KEYMAPS.md to README.md in multiple files.
- Updated decision log entries to reflect the new documentation structure.
2026-01-05 20:27:01 +00:00
82faf75f28
Update documentation and add session management features
...
- Revise keymap documentation to include immediate updates
- Add session management: auto-load and auto-save Session.vim
2026-01-05 20:17:24 +00:00
c9a7b3b694
Add markdown linting commands and update keymaps
...
- Introduced commands to enable/disable automatic markdown linting.
- Updated keymaps to reflect changes in markdown linting behavior.
2026-01-05 20:05:21 +00:00
8c9f117320
Enhance formatting by preserving view on save, update keymaps
...
Save cursor position and folds before formatting, restoring them
afterwards to improve user experience during format-on-save.
2026-01-05 17:34:27 +00:00
8cf56f13e5
update
2025-12-21 14:05:13 +00:00
52e04cd8df
update
2025-12-19 21:44:01 +00:00
9248cf468b
add borders around completion popups
2025-12-19 20:16:21 +00:00
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
670450dccb
Add command search functionality to Telescope keymaps
...
This update introduces a new key mapping for searching commands
within Telescope, enhancing the usability of the fuzzy finder.
2025-12-12 01:09:02 +00:00
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
99ea741fbb
Add note about global ESLint configuration fallback
...
Clarify that ~/.eslintrc.json serves as a global fallback
when no project-specific ESLint configuration exists.
2025-12-12 00:29:18 +00:00
949cc32d0b
Add muted colors for quickfix diagnostic highlighting
...
Updated quickfix/location list colors to use muted tones
for better contrast and visibility, aligning with git/diff
styles. Adjusted diagnostic severity highlighting to
reflect these changes.
2025-12-12 00:02:16 +00:00
3f4430eb82
Update diagnostic severity highlighting in quickfix list
...
Change background colors for diagnostic severity groups
to improve visibility in quickfix and location lists.
2025-12-11 23:57:40 +00:00
bd89c05068
Add diagnostic severity highlighting for quickfix lists
...
Enhance visibility of diagnostic messages in quickfix and location
lists by adding custom syntax groups for error, warning, info,
hint, and note.
2025-12-11 23:56:10 +00:00
f2a94d10ac
Add LSP diagnostic backgrounds for better visibility
...
Introduce light tinted backgrounds for LSP diagnostics
to enhance code highlighting and improve user experience.
2025-12-11 23:45:02 +00:00
5acb2cc169
Update LSP colors for better visibility and clarity
...
Refine diagnostic colors to use fluorescent tones for errors,
warnings, and hints, enhancing visibility in the editor.
2025-12-11 23:36:29 +00:00
b0a172647a
Remove background colors from virtual text diagnostics
...
Updated LSP diagnostic virtual text settings to remove
background colors for better visibility and consistency.
2025-12-11 23:15:08 +00:00
6540e4cee4
use system managed lua-language-server
2025-12-11 23:12:07 +00:00
e08ca2e42c
add plugin highlight groups to colourscheme
2025-12-11 22:12:03 +00:00
e538a0b150
update css pseudo slector colors
2025-12-11 21:56:16 +00:00
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
61400a7c9b
create colour scheme tructure
2025-12-11 20:30:41 +00:00
2b558d4e4d
extract colours from legacy colour scheme
2025-12-11 20:15:14 +00:00
cd80d074b4
activate legacy colour scheme
2025-12-08 01:07:06 +00:00
a0d94be4f3
add keyword settings
2025-12-08 00:18:47 +00:00
e94c3cb923
update diagnostic signs configuration
...
Refactor the diagnostic signs setup to use a structured
table for severity levels, improving clarity and maintainability.
2025-12-08 00:10:32 +00:00
fc250c0be2
add abbreviations
2025-12-08 00:06:52 +00:00
a57f72f7c7
show pyright errors
2025-12-07 23:53:32 +00:00
b56d703662
fix ruff/Ruff duplication
2025-12-07 23:48:11 +00:00
0685135ccf
copnfigure folding
2025-12-07 23:20:15 +00:00
b9d9f7e264
configure python
2025-12-07 23:12:35 +00:00
b045d7c627
configure formatters and linters
2025-12-07 22:33:00 +00:00
c47afa2471
configure copilot
2025-12-07 22:03:35 +00:00
e10cff79d8
gitsigns configured
2025-12-07 21:31:02 +00:00
9a03d01844
ux and editing plugins configured
2025-12-07 21:18:09 +00:00
ab42f6cebc
configure comment.nvim
2025-12-07 21:00:09 +00:00
907331f4f2
configure treesitter
2025-12-07 20:44:49 +00:00
443364e23e
oil.nvim configured
2025-12-07 20:18:45 +00:00
02df315571
update
2025-12-07 20:02:17 +00:00
8bde5cc4d3
update
2025-12-07 19:54:33 +00:00
71beb0fb78
fix project settings regression
2025-12-07 19:50:54 +00:00
c46b0db519
telescope configured
2025-12-07 19:26:13 +00:00
9d10df7ed5
update
2025-12-07 19:05:18 +00:00
b247db8531
update
2025-12-07 18:53:18 +00:00