aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-03-29 11:39:10 +0100
committerpml68 <tutorialmester@gmail.com>2024-03-29 11:39:10 +0100
commit141969b5533cf1256ac98c6499d5bfd3f4e6994b (patch)
tree25c5daed17924d2c2480818cb648940d00f4b66a
parentfeat: add a few pyright options, enable treesitter highlighting by default (diff)
downloadnvim-141969b5533cf1256ac98c6499d5bfd3f4e6994b.tar.gz
feat: set lazy loading for flutter-tools plugin
Diffstat (limited to '')
-rw-r--r--lua/pml68/plugins.lua2
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",