From 7c4f29fca3f5c7efbf3ebe819ac0f01e9781d6c7 Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 31 Oct 2024 18:28:34 +0100 Subject: feat: remove unneeded (and broken) plugins --- lua/pml68/plugins.lua | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 9c63f99..0a7363c 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -245,28 +245,6 @@ local plugins = { } end }, - --PKL - { - "apple/pkl-neovim", - event = "BufReadPre *.pkl", - dependencies = { - "nvim-treesitter/nvim-treesitter" - }, - build = function() - vim.cmd("TSInstall! pkl") - end - }, - -- Helium - { - "pml68/helium-neovim", - event = "BufReadPre *.hsm", - dependencies = { - "nvim-treesitter/nvim-treesitter" - }, - build = function() - vim.cmd("TSInstall! helium") - end - }, --JSON { "b0o/schemastore.nvim", -- cgit v1.2.3