aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-08-02 18:26:10 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-08-02 18:26:10 +0100
commit2fcb29864ca20c166c73583db7d55add9fbbc948 (patch)
tree1ea5a673e928d973f9824172a4e888a819005625
parent786007ccdef0f27ae6835a0ddb7c286d70db2e0d (diff)
downloaddotnvim-2fcb29864ca20c166c73583db7d55add9fbbc948.tar.gz
dotnvim-2fcb29864ca20c166c73583db7d55add9fbbc948.zip
I also do Haskell!
-rw-r--r--treesitter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/treesitter.lua b/treesitter.lua
index 39f87e4..4cb6c63 100644
--- a/treesitter.lua
+++ b/treesitter.lua
@@ -5,6 +5,6 @@
-- go, scala, c & cpp, python, comment, ...
--
require'nvim-treesitter.configs'.setup {
- ensure_installed = { "scala", "c", "cpp", "python", "comment" },
+ ensure_installed = { "scala", "c", "cpp", "python", "comment", "haskell" },
highlight = { enable = true },
}