Skip to content

miyakogi/vim-dartanalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-dartanalyzer

Vim plugin for running dartanalyzer asynchronously.

ScreenCast

This plugin is tested on Vim (latest version) on Ubuntu 14.04 64-bit.

Requirements

Usage

Install this plugin and open *.dart file in vim. This plugin will automatically start dartanalyzer in background (at the first time, this process will take a few seconds). Then syntax errors and warnings will be highlighted.

Errors and warnings are set in vim's quickfix list. By using :copen command, you can see all positions of errors/warnings, and you can jump to the line.

If filetype is not set automatically, try dart-lang/dart-vim-plugin. Otherwise, add the following line in your .vimrc.

autocmd BufNewFile,BufRead *.dart set filetype=dart

Configuration

See :help dartanalyzer.

About

Vim plugin for runnning dartanalyzer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published