fix: add laravel and switch back to standard treesitter

This commit is contained in:
2026-08-18 20:15:09 +02:00
parent 0b90092ff8
commit 1bb7c08186
3 changed files with 55 additions and 30 deletions
-4
View File
@@ -29,10 +29,6 @@ local function lazy_setup(name, action)
end
end
-- AI =====================================================================
nmap_leader("aa", lazy_setup("codecompanion", function() require("codecompanion").toggle_chat() end),
"Open CodeCompanion")
-- Buffers =====================================================================
nmap_leader("bd", function() vim.cmd("bd") end, "Delete")
nmap_leader("bD", function() vim.cmd("bd!") end, "Delete!")