diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-03-29 11:39:10 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-03-29 11:39:10 +0100 |
| commit | 141969b5533cf1256ac98c6499d5bfd3f4e6994b (patch) | |
| tree | 25c5daed17924d2c2480818cb648940d00f4b66a /lua/pml68 | |
| parent | feat: add a few pyright options, enable treesitter highlighting by default (diff) | |
| download | nvim-141969b5533cf1256ac98c6499d5bfd3f4e6994b.tar.gz | |
feat: set lazy loading for flutter-tools plugin
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 3a34055..7a72471 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -256,7 +256,7 @@ local plugins = { -- Dart/Flutter { "akinsho/flutter-tools.nvim", - lazy = false, + ft = "dart", dependencies = { "nvim-lua/plenary.nvim", "stevearc/dressing.nvim", |
