fuck sessions

This commit is contained in:
Zacharias-Brohn
2025-02-09 01:49:57 +01:00
parent a0ecbb3dc8
commit 8107eac37c
11 changed files with 102 additions and 275 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ pcall(function()
dofile(vim.g.base46_cache .. "treesitter")
end)
return {
require('nvim-treesitter.configs').setup {
build = ":TSUpdate",
ensure_installed = "all",
sync_install = false,
auto_install = true,