diff options
author | Juan J. Martinez <jjm@usebox.net> | 2025-02-07 07:41:47 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2025-02-07 07:41:47 +0000 |
commit | 24737427277106fe16c17f6cfb43559ccb33ade2 (patch) | |
tree | 06d46449d45b042a0efa8f24dd5b559041ab5933 | |
parent | 1e3974f8c9df7c030cd5cf80dd896bb200b34f28 (diff) | |
download | dotnvim-24737427277106fe16c17f6cfb43559ccb33ade2.tar.gz dotnvim-24737427277106fe16c17f6cfb43559ccb33ade2.zip |
Also lua
-rw-r--r-- | treesitter.lua | 2 |
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 }, } |