doom-neovim/doom-nvim

[BUG] (next) 93b558a breaks keymap like gd/gi/gr/<leader>cf

NextAlone opened this issue · 8 comments

Current Behavior:

Expected Behavior:

Steps To Reproduce:

Logs

E5108: Error executing lua [string ":lua"]:1: attempt to index field 'nest' (a nil value)
stack traceback:
        [string ":lua"]:1: in main chunk
Press ENTER or type command to continue

I just had a go reproducing it but gd, gi, <leader>cf are all working for me. Can you provide some info on your environment and also ensure that you've deleted the packer_compiled.lua file/are not using impatient?

I just had a go reproducing it but gd, gi, <leader>cf are all working for me. Can you provide some info on your environment and also ensure that you've deleted the packer_compiled.lua file/are not using impatient?

it fails also in a clean next branch clone.

backup ~/.config/nvim, rm ~/.local/share/nvim, git clone doom-nvim, git checkout next, nvim and PackerSync,

then open config.lua for example, then gd gives an error

Just see the screen record posted below

simplescreenrecorder-2022-05-12_23.01.49.mp4

I just had a go reproducing it but gd, gi, <leader>cf are all working for me. Can you provide some info on your environment and also ensure that you've deleted the packer_compiled.lua file/are not using impatient?

Neovim: 0.7.0-3
Arch Linux: Linux next 5.17.5-arch1-1 #1 SMP PREEMPT Wed, 27 Apr 2022 20:56:11 +0000 x86_64 GNU/Linux

And follows this error when reload

image

@NextAlone Thank you for the info this has been resolved :). (ce779b7ef7f140b4fe09e111b92c3ef29ff27589) Can you let me know if this works for you and then I'll close the issue :)

@NextAlone Thank you for the info this has been resolved :). (ce779b7ef7f140b4fe09e111b92c3ef29ff27589) Can you let me know if this works for you and then I'll close the issue :)

OK,i will test it later.

@connorgmeehan As i tested, it works fine. Thanks for your work.