Added new plugins and small config changes

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-09-22 23:47:37 +02:00
parent b04c794856
commit f6064ba4f8
2 changed files with 12 additions and 2 deletions

View File

@@ -6,7 +6,18 @@ return {
local treesitter = require("nvim-treesitter.configs")
treesitter.setup({
ensure_installed = { "lua", "vim", "vimdoc", "javascript", "java", "json" },
ensure_installed = {
"lua",
"vim",
"vimdoc",
"javascript",
"java",
"json",
"regex",
"bash",
"markdown",
"markdown_inline",
},
sync_install = false,
auto_install = true,