changed highlights and plugins (adding mini)

This commit is contained in:
2025-08-19 16:34:03 +03:00
parent 00ce68eaf0
commit 44f00f0111
3 changed files with 102 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
require "nvim-treesitter.configs".setup {
ensure_installed = { "c", "bash", "lua", "luadoc", "vim", "vimdoc", "diff", "html", "javascript", "markdown" },
ensure_installed = { "c", "bash", "lua", "luadoc", "vim", "vimdoc", "diff", "html", "javascript", "typescript", "svelte", "markdown" },
highlight = {
enable = true,
},