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

@@ -69,7 +69,6 @@ return {
"ofirgall/ofirkai.nvim", "ofirgall/ofirkai.nvim",
priority = 1000, priority = 1000,
event = "User ThemeSwitcher", event = "User ThemeSwitcher",
config = true,
}, },
{ {
"rebelot/kanagawa.nvim", "rebelot/kanagawa.nvim",

View File

@@ -6,7 +6,18 @@ return {
local treesitter = require("nvim-treesitter.configs") local treesitter = require("nvim-treesitter.configs")
treesitter.setup({ 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, sync_install = false,
auto_install = true, auto_install = true,