You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It worked great few months back, now I got back to coding, updated everything (including Treesitter which now requires a separate CLI tool), and in normal code files (e.g. C, Lua, Python) it still works fine, but in files that match e.g.:
See #517 and recent PRs.
Your filetype has no backing parser, it was expected to fallback to vim.bo.commentstring but the api behaviour change from nvim core breaks this plugin so it end up with nil.
See #517 and recent PRs.
Your filetype has no backing parser, it was expected to fallback to vim.bo.commentstring but the api behaviour change from nvim core breaks this plugin so it end up with nil.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
See #517 and recent PRs.
Your filetype has no backing parser, it was expected to fallback to
vim.bo.commentstringbut the api behaviour change from nvim core breaks this plugin so it end up with nil.