Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-06-22 17:19:16 +02:00
6 changed files with 52 additions and 82 deletions

View File

@@ -61,6 +61,9 @@ map("n", "<Leader>ip", ":TroubleToggle<CR>", opts) -- [i]nspect [p]rob
map("n", "<Leader>ii", ":Lspsaga incomming_calls<CR>", opts) -- [i]nspect [i]ncomming_calls
map("n", "<Leader>io", ":Lspsaga outgoing_calls<CR>", opts) -- [i]nspect [o]utgoing_calls
map("v", "<Leader>ai", ":'<,'>NeoAIContext<CR>")
map("n", "<Leader>ai", ":NeoAI<CR>")
map({ "n", "v" }, "<Leader>t", require("max.functions.translate"), opts)
-- DAP Functionality

View File

@@ -1,5 +1,6 @@
return {
"rest-nvim/rest.nvim",
ft = { "http" },
dependencies = { "nvim-lua/plenary.nvim" },
config = true,
}