Added new plugins and small config changes
Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
@@ -69,7 +69,6 @@ return {
|
||||
"ofirgall/ofirkai.nvim",
|
||||
priority = 1000,
|
||||
event = "User ThemeSwitcher",
|
||||
config = true,
|
||||
},
|
||||
{
|
||||
"rebelot/kanagawa.nvim",
|
||||
|
||||
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user