vinoff

Results 37 comments of vinoff

So wait.. What exactly do you use Telekasten for? I have created a `local journal = vim.fn.expand("~/Documents/Reference/journal")` just like you did. Is there a way now, to have `telekasten goto_today`...

I would like to have :q never close NNP, which I think is a sane default. Basically this issue: https://github.com/shortcuts/no-neck-pain.nvim/issues/348

> > I would like to have :q never close NNP, which I think is a sane default. Basically this issue: #348 > > Thanks for your suggestion @vinoff, I...

[DanWlker](https://github.com/DanWlker), you should probably reopen this? I dunno if @folke is interested in doing something like this though.

I am also adding my interest to this feature, namely: The ability to not allow other people to see our follows/followers. Imagine you are in a more conservative country and...

``` ~ ❱ nvim --version NVIM v0.11.3 Build type: RelWithDebInfo LuaJIT 2.1.1753364724 Run "nvim -V1 -v" for more info ``` My blink config: ``` return { { -- Autocompletion 'saghen/blink.cmp',...

Yes, thank you! For people searching: changing ` fuzzy = { implementation = 'lua' },` to ` fuzzy = { implementation = 'prefer_rust_with_warning' },` Fixed the issue for me.