aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins.lua
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-05-20 22:59:36 +0200
committerpml68 <tutorialmester@gmail.com>2024-05-20 22:59:36 +0200
commit5a9c91dbf576aae2fae7a402721f9b99479e8272 (patch)
tree068d4793ccca4eaade33722935afbe72c79ca365 /lua/pml68/plugins.lua
parentrefactor: remove garbage code (diff)
downloadnvim-5a9c91dbf576aae2fae7a402721f9b99479e8272.tar.gz
feat: remove any dart, flutter and elixir related plugins, LSPs etc.
Diffstat (limited to 'lua/pml68/plugins.lua')
-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",