NullVoxPopuli
NullVoxPopuli
I believe this is fixed! (`@glint/template` 1.7.4 is what I tested with). Please let me know if the issue persists and we can reopen
I haven't been able to repro this in the Glint repo -- do you have a project I could use to debug?
ah, yes! thank for clarification -- GlintV1 is no longer where I'm spending my Glint time, but I _will_ accept PRs to the v1 branch, here: https://github.com/typed-ember/glint/tree/v1.x
ye! thanks for checking in!
I haven't had time to upstream this yet (to the nvim/mason repos), but here is how I configured glint2: https://github.com/NullVoxPopuli/dotfiles/blob/065fa7e8014aa825092b8c86666c77c5b65e0de5/home/.config/nvim/lua/plugin-config/lsp/typescript.lua#L1 ```lua local utils = require('plugin-config.lsp.utils') local filetypes = { 'typescript',...
I've packaged all of this into a plugin for neovim: https://github.com/nullvoxpopuli/ember.nvim which should actually get folks a better experience out of the box with less work than vscode now. The...