Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Super slow and/or skipping lines on Dart files #4305

Closed
kmlopez-hhl opened this issue Jul 20, 2023 · 4 comments
Closed

Super slow and/or skipping lines on Dart files #4305

kmlopez-hhl opened this issue Jul 20, 2023 · 4 comments
Labels
bug Something isn't working stale

Comments

@kmlopez-hhl
Copy link

Problem description

It's skipping lines and supper laggy when working with Flutter or Dart

LunarVim version

master-d6639290

Neovim version (>= 0.9.0)

0.9.1

Terminal name

WezTerm

Operating system/version

MacOS 13.4.1

Steps to reproduce

  1. Install Lvim using the master branch
  2. Open a fresh Flutter project
  3. Open any '.dartfile, holdjork`
  4. You will notice it's dropping frames or skipping lines

Screenshots

No response

@kmlopez-hhl kmlopez-hhl added the bug Something isn't working label Jul 20, 2023
@harish2704
Copy link

Same Experience

Neovim

NVIM v0.9.0

Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3

Lunarvim version

commit d663929 (HEAD -> master, origin/master, origin/HEAD)
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue Jul 18 23:59:59 2023 +0300

chore: bump plugins version (#4272)

Terminal

alacritty 0.12.0

Lunarvim info

Buffer info
* filetype:                dart
* bufnr:                   14
* treesitter status:       active

Active client(s)

Automatic LSP info
* Skipped servers: [angularls, ansiblels, antlersls, azure_pipelines_ls, custom_elements_ls, omnisharp, cssmodules_ls, denols, docker_compose_language_service, ember, emmet_language_server, emmet_ls, eslint, glint, golangci_lint_ls, gradle_ls, graphql, java_language_server, jedi_language_server, ltex, neocmake, phpactor, psalm, pylsp, pylyzer, pyre, quick_lint_js, reason_ls, rnix, rome, ruby_ls, rubocop, ruff_lsp, solang, solc, solidity_ls_nomicfoundation, sorbet, sourcery, spectral, sqlls, sqls, standardrb, stylelint_lsp, svlangserver, tflint, unocss, verible, vtsls, vuels]

Formatters info
* Active: 
* Supported: dart_format

Linters info
* Active: 
* Supported: []

Code actions info
* Active: 

@tabarnouche
Copy link

This is apparently because of nvim-treesitter bug.
nvim-treesitter/nvim-treesitter#4945

For me,

:TSUninstall dart
lvim.builtin.treesitter.ignore_install = {"dart"}

and installing

https://github.com/akinsho/flutter-tools.nvim

work file.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 6, 2023

This issue is stale because it has been open for 50 days with no activity.

@github-actions
Copy link
Contributor

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

3 participants