Closed nagy135 closed 1 year ago
after reading your code, there is no way its fault of this plugin ...will investigate elsewhere
I also have just had this exact problem, deleting lines: https://github.com/m4xshen/autoclose.nvim/blob/ec7bf9013584e92e0a07b190c936b2c4563e961a/lua/autoclose.lua#L18-L19 fixed this for me though, perhaps it's remapping \
Had a similar conflict with Coc, when <CR>
would not work because of this remapping.
Any chance of making the following lines disabled as an option in the configuration?
["<BS>"] = {},
["<C-H>"] = {},
["<C-W>"] = {},
["<CR>"] = {},
["<S-CR>"] = {},
I also have just had this exact problem, deleting lines:
https://github.com/m4xshen/autoclose.nvim/blob/ec7bf9013584e92e0a07b190c936b2c4563e961a/lua/autoclose.lua#L18-L19 fixed this for me though, perhaps it's remapping
?
Do you also use coc?
Do you also use coc?
I do not, I use the build-in nvim LSP with nvim-cmp etc..
I can also confirm autoclose disables the enter key on my computer. Deleting those lines also fixes the problem for me. I also use the build-in LSP w/ nvim-cmp
I'm happy to do any troubleshooting if necessary
@DonnieWest could you disable the nvim-cmp and then try whether the enter key works?
That was my assumption too. Disabling nvim-cmp didn't fix it for me.
FWIW I narrowed it down to this plugin by disabling my plugins in a binary-search like fashion. It was only by disabling this plugin that I solved the problem
What's your config options for autoclose.nvim?
I can replicate the issue by simply calling setup with no config supplied, or the entire default config passed in
Hi, not sure what context should i provide but for some reason after installing this plugin in insert mode does nothing. I disabled all of my plugins to test if something clashes but still the same. Any ideas?