diff options
| author | pml68 <contact@pml68.me> | 2024-10-31 18:28:34 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-10-31 18:28:34 +0100 |
| commit | 7c4f29fca3f5c7efbf3ebe819ac0f01e9781d6c7 (patch) | |
| tree | 9ba9d7d0fd540dba7a7cc6302568fc740223b00a /lua/pml68 | |
| parent | feat: disable mouse (diff) | |
| download | nvim-7c4f29fca3f5c7efbf3ebe819ac0f01e9781d6c7.tar.gz | |
feat: remove unneeded (and broken) plugins
Diffstat (limited to '')
| -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", |
