[Merge] merged old laptop with new pc config with nvidia

This commit is contained in:
2025-04-18 00:52:10 +02:00
parent 76ac24840b
commit e8e5b8bef2
49 changed files with 2195 additions and 459 deletions

View File

@@ -13,13 +13,18 @@ return {
end,
},
-- {
-- "nvim-treesitter/nvim-treesitter",
-- opts = {
-- ensure_installed = {
-- "vim", "lua", "vimdoc",
-- "html", "css"
-- },
-- },
-- },
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"vim",
"lua",
"vimdoc",
"html",
"css",
"typescript",
"javascript",
},
},
},
}