Sebastian Szyller

Results 17 comments of Sebastian Szyller

I've run into a similar issue. It looks like there's some discrepancy between how the colours are handled for `git show` and `git log`. I've been debugging it for a...

I've ran into this today. As a dirty workaround you can do double ``, i.e. `":m '>+1gv"`. The reason being that if you move 2 or more lines, you get...

Similar issue to OP; looks like the gist of it is that, in my case, the cmp suggests three things: the file path, the title of the note in lower...

Alright, thanks for investigating. Trying to upstream it to nvim-cmp seems challenging to say the least. Also, rumour has it that native cmp is coming to neovim soon, so might...

Right, so for my workflow, using `use_path_only` and changing the insertion condition: https://github.com/epwalsh/obsidian.nvim/blob/7507dee26f18610d5f928ff2b7e5fcb658074e52/lua/cmp_obsidian.lua#L244 to `and` gives me what I want (with a small tweak to the `newText` field). Now the...

Yeah, with `use_path_only` it works fine. The entries are deduplicated. My only caveat is that `use_path_only` changes the format of `newText` to `vault_name/file_name.md` -- so in my patch, I'm adjusting...

I've just built it from main, and it isn't fixed. Here's a log from that. [neovide_rCURRENT.log](https://github.com/neovide/neovide/files/14379392/neovide_rCURRENT.log)

Okay, thanks for the info. Let's close this then. But to get this straight, iTerm2, VSCode and others are rendering faux bold and italic for Monaco then?

I'd like to bump this. This seems like a small change that enables different functionalities. E.g. currently, there isn't a an easy way to clear lines for no apparent reason....

> @yuchenfei doesn't this still require nvim cmp to be installed? It does. You're registering obsidian sources with cmp and then using them in blink. It's a workaround not a...