Added AutoSession and noice, big changes

This commit is contained in:
2026-02-16 00:03:26 -05:00
parent cfc5847203
commit 4dcb0901f2
4 changed files with 61 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ return {
build = ':TSUpdate',
config = function()
require'nvim-treesitter'.setup {
ensure_installed = {"help", "vim", "c", "lua", "vimdoc", "python", "json", "rust"},
ensure_installed = {"regex", "bash", "help", "vim", "c", "lua", "vimdoc", "python", "json", "rust"},
auto_install = true,