Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akinsho/pubspec-assist.nvim


https://github.com/akinsho/pubspec-assist.nvim

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# pubspec-assist.nvim

A neovim clone of [pubspec-assist](https://github.com/jeroen-meijer/pubspec-assist) a plugin for adding and updating dart dependencies in pubspec.yaml files.

Screen Shot 2022-03-20 at 21 24 28

## Features

Version picker (using `vim.ui.select`)

Screen Shot 2022-03-20 at 21 24 45

Package search (using `vim.ui.input`)

Screen Shot 2022-03-20 at 21 34 18

## Status:

This plugin is in _alpha_ but should be stable enough for daily usage.

## Requirements:

- `nvim 0.7+`
- `plenary.nvim`

## Installation

```lua
use {
'akinsho/pubspec-assist.nvim',
requires = 'plenary.nvim',
config = function()
require('pubspec-assist').setup()
end,
}
```

## Contributing

If you decide to use this plugin but want to see X feature implemented, then rather than making feature requests consider
contributing PRs instead. I won't be taking a endless feature requests and the best way to see a feature want implemented
is to contibute it yourself.