From 784fee4cef3586f21c21326e873d0a61fec389c0 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 13 Jan 2022 12:50:59 -0800 Subject: [PATCH] Add more treesitter parsers --- neovim/lua/plugins/treesitter.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/neovim/lua/plugins/treesitter.lua b/neovim/lua/plugins/treesitter.lua index 03632da..b8abd28 100644 --- a/neovim/lua/plugins/treesitter.lua +++ b/neovim/lua/plugins/treesitter.lua @@ -4,14 +4,23 @@ local M = {} local ensure_installed = { "bash", "css", + "dockerfile", "fish", "go", "gomod", + "html", + "java", "javascript", "json", + "kotlin", "lua", + "make", "python", "rust", + "scala", + "toml", + "typescript", + "vim", "yaml", }