mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-05-05 03:28:00 +02:00
languages/flutter: update package name to match pin (#630)
This commit is contained in:
parent
fe60999d1e
commit
6e7e91fc11
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ in {
|
|||
vim.startPlugins =
|
||||
if ftcfg.enableNoResolvePatch
|
||||
then ["flutter-tools-patched"]
|
||||
else ["flutter-tools"];
|
||||
else ["flutter-tools-nvim"];
|
||||
|
||||
vim.pluginRC.flutter-tools = entryAnywhere ''
|
||||
require('flutter-tools').setup {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue