Skip to content

Instantly share code, notes, and snippets.

@wjkoh
Created October 10, 2023 11:59
Show Gist options
  • Save wjkoh/3037485ab2ec0f338812eade138ce171 to your computer and use it in GitHub Desktop.
Save wjkoh/3037485ab2ec0f338812eade138ce171 to your computer and use it in GitHub Desktop.
LazyVim: Install flutter-tools plugin
-- Copy this file to your ~/.config/nvim/lua/plugins/
-- See https://github.com/akinsho/flutter-tools.nvim for details.
return {
{
"akinsho/flutter-tools.nvim",
lazy = false,
dependencies = {
"nvim-lua/plenary.nvim",
"stevearc/dressing.nvim", -- optional for vim.ui.select
},
config = true,
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment