RobberFox
RobberFox
> Please do it, if you have time, I need it too 😄 > > I just found a temporary workaround: https://github.com/ALONELUR/vim-im-select-obsidian > > But the only problem is that...
I noticed that if I use fcitx5 then the auto-expansion doesn't work with non-latin languages. Using the KDE's default input method switcher, it works just fine. Weird Debian, X11, KDE
I've switched to `fzf-lua` and it doesn't have this issue.
It also doesn't work for headings in Russian and Armenian. So I guess it's any non-latin language. And applying the same hack, but for cyrillic and armenian characters sets everything...
Here is a similar-ish bug report: https://github.com/hrsh7th/nvim-cmp/issues/2113 P.S. Just noticed that this is probably a duplicate of https://github.com/hrsh7th/nvim-cmp/issues/2129
In `cmp/utils/keymap.lua` I can add extend the lua pattern to account for the cyrillic alphabet `\u{0400}-\u{04ff}`, lines 11 and 20: ```lua keymap.t = function(keys) return (string.gsub(keys, "(", function(match) ... ```...
Since the book can have broken code - are the man pages the only up-to-date resource left?
This is automatically fixed by applying this hack: https://github.com/epwalsh/obsidian.nvim/issues/669 