Steliyan Stoyanov

Results 7 comments of Steliyan Stoyanov

@aviaryan, a bit of offtopic, but I switched to MacOS recently and I really can't find any alternative to ClipJump. It's just awesome and I really got used to its...

Pretty much hit the same: https://github.com/nvim-telescope/telescope-smart-history.nvim/pull/7 Hacky workaround... but it works. :)

@kkharji I looked into it and fixed it by providing an additional argument to treat everything as "raw" strings - meaning, whatever string you pass, it's written as-is in SQLite,...

Sorry for misleading you, `escape(line)` is just copy/🍝 from https://github.com/nvim-telescope/telescope-smart-history.nvim/pull/7, should be just `line`, like so: ```lua table:insert { content = line, picker = title, cwd = cwd, date =...

[Here](https://github.com/kkharji/sqlite.lua/pull/159) is a sample implementation, a couple of open questions, but do you agree with the general direction?

You can check my comments here, and see if they make any sense: https://github.com/nvim-telescope/telescope-live-grep-args.nvim/issues/27#issuecomment-1212387643 I don't know if I came up with the idea of using `--` for this plugin...