flutter-tools
URL: https://github.com/nvim-flutter/flutter-tools.nvim/
Maintainers: Austin Horstman
Build flutter and dart applications in neovim using the native LSP.
plugins.flutter-tools.enable
Whether to enable flutter-tools.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.flutter-tools.package
The flutter-tools package to use.
Type: package
Default:
pkgs.vimPlugins.flutter-tools-nvim
Declared by:
plugins.flutter-tools.autoLoad
Whether to automatically load flutter-tools when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.flutter-tools.callSetup
Whether to generate the standard require('flutter-tools').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by: