dart-vim-plugin icon indicating copy to clipboard operation
dart-vim-plugin copied to clipboard

Syntax highlighting for Dart in Vim

Results 13 dart-vim-plugin issues
Sort by recently updated
recently updated
newest added

ref: https://github.com/dart-lang/dart-vim-plugin/blob/81e50e80329e5eac2c115f45585b1838a614d07a/doc/dart.txt

![image](https://user-images.githubusercontent.com/55058351/101973625-70629280-3c5f-11eb-9bf9-1687d168e187.png)

and I make typedef void extends to red

cla: yes

Update README.md to follow latest language-server running command.

documentation
cla: yes

Currently Vim is using this Dart syntax: https://github.com/pr3d4t0r/dart-vim-syntax which is old and has some problems. I raised the issue with the Vim developers, and they say a maintainer from this...

* Win10 * gVim/vim 8.1.2269 ![vim-dartfmt](https://user-images.githubusercontent.com/234774/68532826-3a9ffb80-0333-11ea-917e-5c56eaefb668.gif)

I was just brainstorming with @natebosch about this idea: I often use stacktraces to debug issues, I go through each line in the stack trace trying to find some details....

https://user-images.githubusercontent.com/44988732/194740943-8da8b18f-6ff2-43b8-baf5-45121e746d10.mp4 This error even happens when Ideactivate nvm, print some random data on first file line NVIM v0.7.2

I am using Neovim with [Treesitter](https://github.com/nvim-treesitter/nvim-treesitter) where Treesitter can already provide the highlighting. I assume this is providing highlighting and then Treesitter is setting the new highlighting which is not...