Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 1.34 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.34 KB

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' }