diff options
Diffstat (limited to 'lua/pml68/plugins.lua')
| -rw-r--r-- | lua/pml68/plugins.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 4e18e13..1823e87 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -291,6 +291,18 @@ local plugins = { vim.cmd("TSInstall! pkl") end }, + -- Helium + { + "pml68/helium-neovim", + lazy = true, + event = "BufReadPre *.hsm", + dependencies = { + "nvim-treesitter/nvim-treesitter" + }, + build = function() + vim.cmd("TSInstall! helium") + end + }, --JSON { "b0o/schemastore.nvim", |
