aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/treesitter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/treesitter.lua')
-rw-r--r--nvim/lua/plugins/treesitter.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua
index edcaff2..8982a2c 100644
--- a/nvim/lua/plugins/treesitter.lua
+++ b/nvim/lua/plugins/treesitter.lua
@@ -9,10 +9,11 @@ return {
9 config = function() 9 config = function()
10 local treesitter = require("nvim-treesitter") 10 local treesitter = require("nvim-treesitter")
11 11
12 treesitter.setup({}) 12 -- treesitter.setup({})
13 13
14 -- https://github.com/nvim-treesitter/nvim-treesitter/blob/main/SUPPORTED_LANGUAGES.md 14 -- https://github.com/nvim-treesitter/nvim-treesitter/blob/main/SUPPORTED_LANGUAGES.md
15 treesitter.install({ 15 treesitter.install({
16 "bash",
16 "c", 17 "c",
17 "cpp", 18 "cpp",
18 "html", 19 "html",