Collides with mapping and filetypes #198
Replies: 4 comments 2 replies
-
Hi @JPFrancoia Could you run hurl: require("hurl.health").check()
hurl.nvim health check ~
- OK jq found
- OK prettier found
- OK treesitter[hurl]: installed
- OK hurl.nvim: All good! |
Beta Was this translation helpful? Give feedback.
-
Here you are:
I did uninstall the hurl parser for treesitter when I was trying to solve the problem. Having it or not having doesn't change anything from what I could see. |
Beta Was this translation helpful? Give feedback.
-
Ok, I see. It should work if you run |
Beta Was this translation helpful? Give feedback.
-
I think treesitter is the problem, even after (re)installing the hurl parser the health check still prints the warning: |
Beta Was this translation helpful? Give feedback.
-
Hi,
This plugin works well, except that it somehow collides with other stuff.
Just setting it up with the below makes me lose some other functionalities of neovim:
For example, I have this mapping to accept a suggestion from Copilot, and it simply doesn't work anymore (pressing the right arrow doesn't accept the suggestion like it's supposed to):
Also, somehow the file detection for go and sql files (and potentially other, I haven't tried) seems to be gone.
The only things I added to make this plugin work were:
I added the "hurl" bit to the ensure installed line
I installed these two plugins (I already had plenary):
Any thoughts?
EDIT:
This line is causing all the troubles:
hurl.nvim/lua/hurl/utils.lua
Line 201 in 87ff786
Beta Was this translation helpful? Give feedback.
All reactions