aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2025-02-07 07:41:47 +0000
committerJuan J. Martinez <jjm@usebox.net>2025-02-07 07:41:47 +0000
commit24737427277106fe16c17f6cfb43559ccb33ade2 (patch)
tree06d46449d45b042a0efa8f24dd5b559041ab5933
parent1e3974f8c9df7c030cd5cf80dd896bb200b34f28 (diff)
downloaddotnvim-24737427277106fe16c17f6cfb43559ccb33ade2.tar.gz
dotnvim-24737427277106fe16c17f6cfb43559ccb33ade2.zip
Also lua
-rw-r--r--treesitter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/treesitter.lua b/treesitter.lua
index f8ee657..bb8b775 100644
--- a/treesitter.lua
+++ b/treesitter.lua
@@ -5,6 +5,6 @@
-- scala, c & cpp, python, comment, ...
--
require'nvim-treesitter.configs'.setup {
- ensure_installed = { "scala", "c", "cpp", "python", "comment", "haskell" },
+ ensure_installed = { "scala", "c", "cpp", "python", "comment", "haskell", "lua" },
highlight = { enable = true },
}