Jasper Woudenberg
Jasper Woudenberg
Hi @mathiajusth! Thank you for the nice words. Sorry to hear you're running into problems, thank you for reporting them! I understand why you ask for the possibility to disable...
Thank you for the info, and sorry for the slow response! I'm moving house at the moment and starting a new job next week so it's a bit of a...
Hi @Reenuay, thank you for the clear report! Based on the `c:\...` path in your error I'm guessing you're on Windows, is that right? That would explain the problem, which...
> Yes, as I described in Environment section I am on Windows 10. 🤦 can't believe I missed that! > Good luck in your endeavor! Thank you!
I added this to the flake.nix on master. I should have a new release later today. Let me know if that works for you. Out of interest, have you been...
Good to know, thank you! In that case I'm going to leave things with the flake.nix change for now. I'm keeping this issue open because I want to make an...
Hi @Janiczek. I think these are great questions. I want Elm-pair to be really good at guessing your intent and doing the right thing at the right time, and these...
Thank you for sharing your thoughts! I want to experiment a bit with larger diff refactors, but am going to finish the in-progress support for cross-file renames first. To be...
Hi @sayanarijit, thank you for raising this! Having a separate neovim plugin repo is something I want to do at some point for the reasons you outlined. There's some code...
I've used `vim-plug`, good times! Does adding the plugin with this configuration work for you? ```vimscript Plug 'jwoudenberg/elm-pair', { 'rtp': 'editor-integrations/neovim' } ``` For `packer.nvim` it should be: ```lua use...