nvim-treesitter/nvim-tree-docs

Python support broken

thetic opened this issue · 1 comments

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

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.