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

Python support broken

Open thetic opened this issue 4 years ago • 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

thetic avatar Nov 10 '21 06:11 thetic

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.

eddiebergman avatar Dec 21 '21 22:12 eddiebergman