aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-12-02 17:36:29 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-12-02 17:37:15 +0100
commitcdcf27f94e75e05ed89fe5159e33c8a9e5f5c3af (patch)
treee521762fcd80ccb557a25c7d2426082783c245e0
parentfeat: add keybind for :make (diff)
downloadnvim-cdcf27f94e75e05ed89fe5159e33c8a9e5f5c3af.tar.gz
feat: add `vim-haredoc` plugin
-rw-r--r--lua/pml68/plugins/lang-specific.lua5
-rw-r--r--lua/pml68/plugins/treesitter.lua1
2 files changed, 6 insertions, 0 deletions
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