aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-10-31 18:28:34 +0100
committerpml68 <contact@pml68.me>2024-10-31 18:28:34 +0100
commit7c4f29fca3f5c7efbf3ebe819ac0f01e9781d6c7 (patch)
tree9ba9d7d0fd540dba7a7cc6302568fc740223b00a /lua/pml68
parentfeat: disable mouse (diff)
downloadnvim-7c4f29fca3f5c7efbf3ebe819ac0f01e9781d6c7.tar.gz
feat: remove unneeded (and broken) plugins
Diffstat (limited to 'lua/pml68')
-rw-r--r--lua/pml68/plugins.lua22
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",