doom-neovim / doom-nvim

A Neovim configuration for the advanced martian hacker
GNU General Public License v2.0
1k stars 108 forks source link

[FEATURE REQUEST] add `module` name/path to each module bind tree -> make debugging easier #417

Closed molleweide closed 1 year ago

molleweide commented 1 year ago

Basically this is the error message you get if a bind is erroneous in the tree and it gives very little information for debugging the issue:

packer.nvim: Error running config for nvim-mapper: [string "..."]:0: bad argument #1 to 'pairs' (table expected, got nil)

So we should figure out how to attach each module name/path, eg. inside of config.lua after requiring each module.

molleweide commented 1 year ago

I figured this out on my end and it was an error on my part so I am closing this.