fix: add laravel and switch back to standard treesitter
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user