Looks like the autocommand never get registered for the *.str pattern. Also, nothing is shadowing the *.str pattern (Checked using :autocmd BufRead,BufNewFile *.str )
Manually setting the filetype of the buffer set filetype=javascript do works.
The command and synchronization however works as expected.
Any ideas what the issue could be ?
NVIM v0.11.3
Build type: RelWithDebInfo
LuaJIT 2.1.1753364724
---
○ strudel.nvim StrudelLaunch
dir /home/brany/.local/share/nvim/lazy/strudel.nvim
url https://github.com/gruvw/strudel.nvim
branch main
commit 9ad3634
readme README.md
cmd StrudelLaunch
Looks like the autocommand never get registered for the
*.strpattern. Also, nothing is shadowing the*.strpattern (Checked using:autocmd BufRead,BufNewFile *.str)Manually setting the filetype of the buffer
set filetype=javascriptdo works.The command and synchronization however works as expected.
Any ideas what the issue could be ?