Thang Do

Results 8 issues of Thang Do

Sometimes, numbered stones from a variation still linger and show up in a different variation. I've yet been able to intentionally reproduce, unfortunately. I'll try to screen capture when I...

Frankly, I'm not entirely sure if this classifies as bug or feature request. Sparkle started sending us maintenance notifications with this datetime format: MMM/DD/YYYY HH:mm UTC. For example: Jan/27/2023 03:00...

type: bug

#111 I added two configuration options: `force_exit_insert_mode` and `max_insert_idle_ms` to enable to this feature. Default = false. ``` return { dir = "~/Documents/nvim-plugins/hardtime.nvim", dev = true, dependencies = { "MunifTanjim/nui.nvim",...

I have struggled for a little while to shake old habits from VSCode days, including navigating mid-edit. This means I (still) occasionally navigate while in Insert mode, which isn't recommended....

Take this example: I typed `sop`, leaping to opt. as you can see, the search area is greyed out, but the markers/labels aren't highlighted. ![Screenshot from 2024-10-10 17-45-07](https://github.com/user-attachments/assets/01b029ce-a8c5-4e57-8f23-955d67ac50b9) This is...

closes #32 I think this may have been the original intention based on the wordings in `beacon.nvim` vimdoc. ``` Disable highlighting jumps inside window >lua require('beacon').setup({ cursor_events = {} --...

I was hoping to disable highlighting jumps inside windows Following what's documented in `:help beacon`, I have the following config snipet: ``` config = function() require("beacon").setup { enabled = true,...

closes #320 This pull request contains changes to support both relative and absolute path types for snippet file's filename attribute. Given the test case listed in #320: The same case...