Closed ElPiloto closed 1 year ago
Hello,
Thanks for the plugin! I get an error when I try to insert a python skeleton. If I have ...../skeletons/python/test.py in my skeletons, and pattern = {'python'} in my esqueleto config, it throws this error when I try to
...../skeletons/python/test.py
pattern = {'python'}
I've isolated it to this line here, which which works when I modify it to include the pattern. https://github.com/cvigilv/esqueleto.nvim/blob/77640778a7d280f339be703709bae87831f1197c/lua/esqueleto/init.lua#L52
For good measure, here's my exact config:
Please let me know if there's a bug here or if I've got something misconfigured. Thanks!
Thanks for the bug report, will fix in a couple of hours.
Fixed in release v0.2.1
Hello,
Thanks for the plugin! I get an error when I try to insert a python skeleton. If I have
...../skeletons/python/test.py
in my skeletons, andpattern = {'python'}
in my esqueleto config, it throws this error when I try toI've isolated it to this line here, which which works when I modify it to include the pattern. https://github.com/cvigilv/esqueleto.nvim/blob/77640778a7d280f339be703709bae87831f1197c/lua/esqueleto/init.lua#L52
For good measure, here's my exact config:
Please let me know if there's a bug here or if I've got something misconfigured. Thanks!