aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/pml68/plugins.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua
index 2776189..d4262a7 100644
--- a/lua/pml68/plugins.lua
+++ b/lua/pml68/plugins.lua
@@ -182,7 +182,6 @@ local plugins = {
"yaml",
"json",
"glsl",
- "dart",
"make",
"gitignore",
"gitattributes",
@@ -235,15 +234,6 @@ local plugins = {
})
end
},
- --Dart/Flutter
- {
- "akinsho/flutter-tools.nvim",
- ft = "dart",
- dependencies = {
- "nvim-lua/plenary.nvim",
- "stevearc/dressing.nvim",
- },
- },
--PKL
{
"https://github.com/apple/pkl-neovim",