A neovim clone of pubspec-assist a plugin for adding and updating dart dependencies in pubspec.yaml files.
Version picker (using vim.ui.select
)
Package search (using vim.ui.input
)
This plugin is in alpha but should be stable enough for daily usage.
nvim 0.7+
plenary.nvim
use {
'akinsho/pubspec-assist.nvim',
requires = 'plenary.nvim',
config = function()
require('pubspec-assist').setup()
end,
}
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.