nvim-treesitter / nvim-tree-docs

Code documentation built with treesitter
223 stars 10 forks source link

Python support broken #15

Open thetic opened 2 years ago

thetic commented 2 years ago

Invoking in the following code

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

eddiebergman commented 2 years ago

Likewise having this issue. I'm not familiar with the source language Fennel but checking the transpiled lua, the directories and injecting some print statements make me feel this is intentional for now.