Dan Falk

Results 36 comments of Dan Falk

I came here because I was having the same issue, but I think it might be better solved like this instead of using pcall: ```lua elseif api.nvim_buf_is_valid(buf) then api.nvim_buf_set_var(buf, 'autosave_'...

> @danielfalk I am not a specialist on vim buffer but can there be race condition? I mean can buffer become invalid between calling `nvim_buf_is_valid` and `api.nvim_buf_set_var`? If no then...

I just tried out this fork because I have the same issue with ssh configurations. It works well.

I can't verify it now, but I think that this _used to_ work when that setting you mentioned was released. For me it stopped working a few weeks ago, or...

I initially misunderstood the way quicknote works a little. There are notes that are associated with the directory, and all functions that end with `ForCWD` seem to work on those...

Yeah sure. If it links to Directory by default and gives someone flexibility to highlight it differently that works.

This is in branch `0.3.x` now

Could you clarify what's faster exactly? Telescope is just providing a picker for smart-open. It doesn't do the finding part, so most of that performance isn't a telescope issue. Where...

This should work on the `0.2.x` branch now.

It doesn't have any requirements that are so complex that they would absolutely require it, but sqlite is supposed to be good at querying and sorting, which it does quite...