Nick Waywood
Nick Waywood
> It's possible to restore behaviour by disabling default ctrl+e/ctrl+y bindings and using `vscode-neovim.send` command instead and notifying back the extension from neovim. But the extension doesn't support count argument...
@alerque Thanks for the suggestion :) I tried that already but without much success. Please note that I am not a Vimscript expert so I apologize in advance if I'm...
@alerque Yes I think that would work if it wasn't for the other issue that I mentioned. If I modify the function so that it jumps to the end of...
@alerque I did some more testing and this code snippet ```vim xnoremap gC :call Test2() function! Test2() :call NERDComment('x', 'yank') endfunc ``` does not even do the same thing as...
Ok, I'm happy to do a PR but I will need a bit more guidance about what I would need to change please. I am not very familiar with Haskell...
I have this in my config so it only tries to format on filetypes that I want it to. That solved the issue for me ```lua lvim.format_on_save = { pattern...
This fixes the issue for me 🎉 Is there any reason why this isn't being merged?
I needed to use PR #180 AND do point 2 here https://github.com/jeffreytse/zsh-vi-mode/issues/124#issuecomment-1021410225 to fix it. Note that I use pure prompt
I know onivim has builtin terminal support and fuzzy finding, but I still really hope these plugins will work 🤞 - https://github.com/voldikss/vim-floaterm - https://github.com/junegunn/fzf.vim
A text object not mentioned here yet that I use a lot is https://github.com/kana/vim-textobj-line