diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-04-25 19:23:11 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-04-25 19:23:11 +0200 |
| commit | 4175c130ea83b9682e1c39889f27f2f47e06e24a (patch) | |
| tree | 44945df668669f995d4ad2f4aabd0097ab6d2dc6 /lua/pml68/plugins.lua | |
| parent | feat: add screenkey.nvim plugin + <leader>sk remap (diff) | |
| download | nvim-4175c130ea83b9682e1c39889f27f2f47e06e24a.tar.gz | |
feat: add helium-neovim plugin
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", |
