Tristram Oaten

Results 142 comments of Tristram Oaten

The workaround I've been using is to unmap the Lineage zoom buttons, which then restores obsidian's default zoom hotkeys (in my case, `c-plus` /`c-minus`. This keeps zooming functionality, by zooming...

A little debugging note: The cursor is correct in insert mode (after pressing `i`), only command mode seems to be affected. Thanks, as always, to @ycnmhd for making this, though...

Thanks very much @jmbuhr, I'll give that a go!

I'm unsure where best to run the setup, I'm new to lazy, do I pass the setup table into the lazy spec like this: ```lua return { "jmbuhr/otter.nvim", dependencies =...

OK, I'm now more sure of that setup. Sadly, twiddling `set_filetype` and `write_to_disk` does not seem to get rust lsp working. Thank you for your help so far - are...

Oh wow, that did it! Amazing, thank you so much! ![Image](https://github.com/user-attachments/assets/f07c77c6-52e9-4920-9d3e-9d0b2689abd4) Some questions: 1. I have to manually trigger otter now, saving or waiting no longer updates the lsp (perhaps...

> When you say manually trigger otter, what do you mean by that? I bound `otter.activate()` to a hotkey: ```lua map("n", "oa", otter.activate, { desc = "Activate Otter in current...

> You can test two things already: Thank you for your guidance here, I've done some tests now. > Does the otter buffer get updated when you change the main...

Hmm, I was hoping making it a `lib` package might have made it work, but it didn't: ```toml [package] name = "otter-test" version = "44.0.0" [lib] path = "./test.md.otter.rs" edition...

> Regarding your suggesting in the PR thread: I think otter shouldn't meddle in other tooling's configuration files. I would be open to adding a wiki page for these common...