Edgar Quiroz
Edgar Quiroz
I also have the same issue. Works well under Sway, but no context menu with River.
Ohh, thanks for the workaround! At least is it better than no menu at all.
There is [freccia](https://github.com/SciNim/freccia). It is still a WIP, though.
Ok, I figured it out. It seem that to find the SDK, the MSBuildLocator follows the `dotnet` symlink until it arrives to the real binary. But the `dotnet` executable in...
I also stumbled with this issue. But in my case it seems a previous failed build left a `/tmp/pakku/` directory with an incorrect structure. Because the directory existed, no repository...
@etnt I'm having the same problem with Emacs 30, but I think this should be in a separate issue.
@etnt It seems you need to manually install the Emacs Treesitter Packages as described [here](https://emacs-tree-sitter.github.io/installation/). I think adding this to the documentation might be a good idea.
> I couldn't have said it better myself grin Though if [the immensity of elixir-ts-mode](https://github.com/wkirschbaum/elixir-ts-mode/blob/main/elixir-ts-mode.el) is anything to go by, it'll be a while before a `gleam-ts-mode` is finished. Well,...
@akirak upstream, some modes were split between a base package, the original regex-based syntax/indentation and the new tree sitter package. For example, you have - `python-base-mode` - `python-mode` (that uses...
@akirak Oh right! I forgot about the dependencies, specially as `tree-sitter-indent` isn't packaged yet... two separate packages (even in the same repo) looks like the best idea. @J3RN It seems...