Alexandru Mariuti

Results 13 comments of Alexandru Mariuti

Seems like this bug has been introduced with the version 5.0.0-beta.5 with the new `containsKey` method. As a workaround you can go back to the previous implementation using: ```dart (await...

Hi @akinsho thank you for your reply :) The `lsp.log` simply contains `[START][2022-01-09 20:16:32] LSP logging initiated`, no errors are present. The command `LspInfo` returns: While for Flutter projects I...

@akinsho yes I confim. You can reproduce the issue simply running these commands: ```sh dart create -t console-full dart-only-proj cd dart-only-proj git init vim lib/dart_only_proj.dart ``` After entering in this...

I may have an idea about the cause. If I have `fvm` set to `true` on Flutter projects the error is not presented and the LSP starts. If I set...

@akinsho yes I have `fvm` installed and in the working flutter projects I see the `.fvm` folder in the root. While on Dart-only projects cannot be setup and there isn't...

@akinsho if you see the first comment, I already set the `flutter_path` manually to: `flutter_path = "~/development/flutter"`. I'm going to try to install the Dart SDK directly and I'll let...

I've installed dart with brew. Then copied all the bin content to `~/bin` but still nothing, same error happens.

Same issue here, I'm the one who created the issue on NvChad https://github.com/NvChad/NvChad/issues/719 I'm using Packer, and now I'm not using the preinstallated LuaSnip from NvChad, because I disabled it...

Here it is my .dotfiles https://github.com/nank1ro/.dotfiles If you want a miminal reproduction, you can follow this: Copy this folder https://github.com/nank1ro/.dotfiles/tree/main/nvim/lua/custom/my_snippets somewhere. To install I use Packer: ```lua use { "L3MON4D3/LuaSnip",...