Skip to content

villainy/deoplete-dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deoplete-dart

Dart source for deoplete.nvim using analysis_server.

Overview

Asynchronous Dart completion for Neovim. This is based on the work done for YCM support in cbracken/ycmd with zchee/deoplete-go used as an example deoplete source.

This is a very simplistic implementation with basically no error checking and only the most basic completion pulled out of the analysis server. USE AT YOUR OWN RISK

deoplete.nvim

Shougo/deoplete.nvim

Dark powered asynchronous completion framework for neovim.
Fastetst, Fully asynchronous, Nonblocking user interface, Customizable source for each languages, and more.
The Nextgen word completion.

analysis_server

analysis_server.

A long-running process that provides analysis results to other tools.

The analysis server is designed to provide on-going analysis of one or more code bases as those code bases are changing.

Installation

Recommended installation with the plugin manager of your choice.

" vim-plug
Plug 'Shougo/deoplete.nvim'
Plug 'villainy/deoplete-dart', { 'for': 'dart' }

About

Dart source for deoplete using the Dart Analysis Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published