diff options
Diffstat (limited to 'lua/pml68')
| -rw-r--r-- | lua/pml68/plugins.lua | 22 |
1 files changed, 0 insertions, 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", |
