dart-vim-plugin
dart-vim-plugin copied to clipboard
Syntax highlighting for Dart in Vim
ref: https://github.com/dart-lang/dart-vim-plugin/blob/81e50e80329e5eac2c115f45585b1838a614d07a/doc/dart.txt

Update README.md to follow latest language-server running command.
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 
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...