Skip to content

Commit 7e59a3e

Browse files
authored
feat: add Treesitter support and fixed-size UI (#15)
Implement comprehensive Treesitter integration for more accurate context detection when generating mark names, with fallback to regex patterns. Redesign the UI with a fixed 80x20 window size, featuring dimmed help text at the bottom and visual separators between sections.
1 parent 49b015e commit 7e59a3e

File tree

3 files changed

+408
-121
lines changed

3 files changed

+408
-121
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Vim's built-in marks are great, but they're global and get messy fast. Marksman
1818

1919
- **Project-scoped marks** - Each project gets its own isolated set of bookmarks
2020
- **Persistent storage** - Your marks survive Neovim restarts with automatic backup
21-
- **Smart naming** - Context-aware auto-generation based on code structure
21+
- **Smart naming** - Context-aware auto-generation using Treesitter and pattern matching
2222
- **Quick access** - Jump to marks with single keys or interactive UI
2323
- **Enhanced search** - Find marks by name, file path, or content with real-time filtering
2424
- **Mark reordering** - Move marks up/down to organize them as needed

0 commit comments

Comments
 (0)