Stefan Kanev

Results 9 issues of 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...

enhancement
LLS Annotations

**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...

bug

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....

**Describe the bug** The plover GUI crashes every time I change from QWERTY English to Bulgarian. From what I can tell, it doesn't just happen with Bulgarian, as there are...

bug

I'm working on a fairly large-ish Rails project, and loading coverage (either via auto-reload or via `:CoverageLoad`) just blocks the editor for a few seconds on a fairly beefy machine....