Bartek

Results 11 comments of Bartek

Anime

Yes, that will be perfect. Whatever is sensible and doesn't involve much effort. Thank you.

That comment flag can be auto added next to source(before, after 👐). It will require no documentation to figure out what's what by simply seeing it. If I'm not wrong,...

The click path does not work here (i3wm). I am desperately waiting for scroll support, ideally with 2 fingers. I love to have mimicked phone touchscreen behaviour. I like [termux](https://termux.dev/)...

> This is what you are looking for https://github.com/danielfalk/smart-open.nvim Just started playing with this plugin and it's really good.

This is exactly what I was looking for. For me it's easier to read top to bottom, than scrolling up, looking for the beginning (which can be tricky with long...

I've created a PR that addresses this issue. In the meantime, feel free to use the fork from the PR: https://github.com/garygrossgarten/github-action-scp/pull/49 `undg/github-action-scp@master`

After reading this part I wonder how I can get access to `M.tasks` and `M.active_task_index` https://github.com/sourcegraph/sg.nvim/blob/6c592e9e78e68cd2bf4385da1b2a633219a22aab/after/plugin/cody.lua#L66-L71 Can I require anything from `/after/plugin/cody.lua` 🤔

Yeah! It's a bit hack'y and perhaps overkill, but I've followed approach that I've seen in tests. All you need to do is run nvim_command: ```lua vim.api.nvim_command( 'CodyTask ' .....

I'm having a very similar problem, that is corresponding to repetition with `.` for example `cT"` to change something till `"`. When I'm pressing the dot, the keyboard in vim...