diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-12-02 17:36:29 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-12-02 17:37:15 +0100 |
| commit | cdcf27f94e75e05ed89fe5159e33c8a9e5f5c3af (patch) | |
| tree | e521762fcd80ccb557a25c7d2426082783c245e0 /lua/pml68/plugins/treesitter.lua | |
| parent | feat: add keybind for :make (diff) | |
| download | nvim-cdcf27f94e75e05ed89fe5159e33c8a9e5f5c3af.tar.gz | |
feat: add `vim-haredoc` plugin
Diffstat (limited to 'lua/pml68/plugins/treesitter.lua')
| -rw-r--r-- | lua/pml68/plugins/treesitter.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/pml68/plugins/treesitter.lua b/lua/pml68/plugins/treesitter.lua index 8454cb1..3dcee99 100644 --- a/lua/pml68/plugins/treesitter.lua +++ b/lua/pml68/plugins/treesitter.lua @@ -36,6 +36,7 @@ return { "gomod", "gotmpl", "gowork", + "hare", }, highlight = { enable = true |
