aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'lua/pml68/plugins')
-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