From cdcf27f94e75e05ed89fe5159e33c8a9e5f5c3af Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Tue, 2 Dec 2025 17:36:29 +0100 Subject: feat: add `vim-haredoc` plugin --- lua/pml68/plugins/lang-specific.lua | 5 +++++ lua/pml68/plugins/treesitter.lua | 1 + 2 files changed, 6 insertions(+) (limited to 'lua/pml68') diff --git a/lua/pml68/plugins/lang-specific.lua b/lua/pml68/plugins/lang-specific.lua index b5ce685..b6cb113 100644 --- a/lua/pml68/plugins/lang-specific.lua +++ b/lua/pml68/plugins/lang-specific.lua @@ -54,4 +54,9 @@ return { vim.g.vimtex_view_method = 'mupdf' end, }, + -- Hare + { + "https://git.sr.ht/~torresjrjr/vim-haredoc", + ft = "hare", + }, } 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 -- cgit v1.2.3