nvim-tree-docs icon indicating copy to clipboard operation
nvim-tree-docs copied to clipboard

Code documentation built with treesitter

Results 11 nvim-tree-docs issues
Sort by recently updated
recently updated
newest added

Hey, I just installed nvim-tree-docs and tried to execute it on a js class using `gdd` and here is the error I got: ``` E5108: Error executing lua /usr/share/nvim/runtime/lua/vim/lsp/util.lua:342: offset_encoding:...

Getting ``` nvim-treesitter.ts_utils.get_node_text is deprecated: use vim.treesitter.query.get_node_text E5108: Error executing lua /usr/local/share/nvim/runtime/lua/vim/lsp/util.lua:364: offset_encoding: expected string, got nil stack traceback: [C]: in function 'error' vim/shared.lua: in function 'validate' /usr/local/share/nvim/runtime/lua/vim/lsp/util.lua:364: in function...

Hi, I'm currently trying to get this to work on my workflow and i can't reach any breakthrough. My current configuration file has: ``` tree_docs = { enable = true,...

Ello, seems like a nice plugin to build an auto-doc tool. I'm primarily a `python` user and the repo currently doesn't support `python`. I'd like to contribute but I would...

Invoking in the following code ```python def func(): pass ``` Raises the following error `E5108: Error executing lua ...ker/start/nvim-tree-docs/lua/nvim-tree-docs/internal.lua:72: No language spec configured for python`

I tried (in javascript) to run this command : `lua require('nvim-tree-docs.internal').doc_node_at_cursor()` and i got this error, is there anything that I can do about it? ``` E5108: Error executing lua...

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:...

Can you provide info (maybe included in readme) for contributors who'd like to add specs for another language? ATM, I wanted to add spec for PHP, yet, despite creating spec...

Hey, :wave: Just stumbled over this plugin and it looks pretty cool/powerful. I must admit that I dislike to set key mappings via a setup function of a plugin. Happily...

Hey, I've got this PR here: https://github.com/nvim-treesitter/tree-sitter-lua/pull/1 It might provide some inspiration on how we might do this. I know @vigoux was thinking about making an injection language for parsing...