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 | |
| parent | feat: add keybind for :make (diff) | |
| download | nvim-cdcf27f94e75e05ed89fe5159e33c8a9e5f5c3af.tar.gz | |
feat: add `vim-haredoc` plugin
| -rw-r--r-- | lua/pml68/plugins/lang-specific.lua | 5 | ||||
| -rw-r--r-- | lua/pml68/plugins/treesitter.lua | 1 |
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 |
