From a7abd3e2a54bffe97f69dfd9ded340c6abc95a0c Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 12 Sep 2024 15:55:41 +0200 Subject: [PATCH] nvim: remove lua/user/plugins/lang/blade.lua (it is include in php config) --- nvim/lua/user/plugins/lang/blade.lua | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 nvim/lua/user/plugins/lang/blade.lua diff --git a/nvim/lua/user/plugins/lang/blade.lua b/nvim/lua/user/plugins/lang/blade.lua deleted file mode 100644 index 4e23c72..0000000 --- a/nvim/lua/user/plugins/lang/blade.lua +++ /dev/null @@ -1,8 +0,0 @@ -return { - { - "nvim-treesitter/nvim-treesitter", - opts = { - ensure_installed = { "blade", "html" } - } - }, -}