aboutsummaryrefslogtreecommitdiff
path: root/treesitter.lua
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-07-19 19:05:46 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-07-19 19:05:46 +0100
commit1db9ab361cfb4b471483c018d5839b3ec8dfbb99 (patch)
treeb5e9760ebb2929228a6335a453c10040a8b4dd28 /treesitter.lua
parent7d2a1f3e52ddb9aeda07a917921b03e676c5e65e (diff)
downloaddotnvim-1db9ab361cfb4b471483c018d5839b3ec8dfbb99.tar.gz
dotnvim-1db9ab361cfb4b471483c018d5839b3ec8dfbb99.zip
Not maintained
It is making opening C files very slow!
Diffstat (limited to 'treesitter.lua')
-rw-r--r--treesitter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/treesitter.lua b/treesitter.lua
index 6361af1..39f87e4 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" },
highlight = { enable = true },
- rainbow = { enable = true },
}