nvim-treesitter/nvim-tree-docs

LUA: With keymap gdd first line of the function is always deleted

dominikhaid opened this issue · 0 comments

When using gdd in lua the first line of the function is always deleted, no matter if visual mode or not.
JavaScript just works fine for classes and functions.
Note: I done the ansiseed fix