Stefan Kanev
Stefan Kanev
Hey. It will be _really_ good if FVim can support mappings with the Cmd key on mac. I believe one of two things would work: - mapping `` to mean...
Hey. I'm trying to move away from nvim-qt to VimR, but one thing I'm struggling with is Cmd+Control mappings. Specifically ``` map :echo hi ``` Does not work. I went...
**Describe the bug** I'm writing a map function, but type inference doesn't work for it. Specifically, when you have `map(list, fn)` where `fn` is `fun(item: A): B`, the type inference...
**Describe the bug** Try as I might, I cannot map `` (or any Cmd+Shift mapping) on macOS. **To Reproduce** Steps to reproduce the behavior: 1. Get a mac and do...
I already opened #58 for this, but then I thought I may as well open a PR with a simple suggestion. Long story short is: multiple buffers don't work well...
First of all, great plugin, I really love `nvim-cmp`. So, I tried to enable completion for multiple buffers with: ```lua get_bufnrs = function() return vim.api.nvim_list_bufs() end ``` Didn't work. Or...
Hey. I'm trying to use xremap on Hyprland with arch, but application specific keymaps don't work. Global are perfectly fine. I'm struggling to figure out how to unpack this issue....