Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -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
|
||||
|
@@ -1,5 +1,6 @@
|
||||
return {
|
||||
"rest-nvim/rest.nvim",
|
||||
ft = { "http" },
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
config = true,
|
||||
}
|
||||
|
Reference in New Issue
Block a user