neogit & trouble keys
This commit is contained in:
@@ -106,6 +106,11 @@ return {
|
||||
"folke/trouble.nvim",
|
||||
opts = {}, -- for default options, refer to the configuration section for custom setup.
|
||||
cmd = "Trouble",
|
||||
config = function()
|
||||
vim.keymap.set("n", "<leader>ct", function()
|
||||
vim.cmd [[Trouble diagnostics]]
|
||||
end, { desc = "Run Trouble Diagnostics" })
|
||||
end
|
||||
}, {
|
||||
"aznhe21/actions-preview.nvim",
|
||||
config = function()
|
||||
@@ -134,5 +139,12 @@ return {
|
||||
max_tokens = 4096,
|
||||
},
|
||||
}
|
||||
}, {
|
||||
"NeogitOrg/neogit",
|
||||
config = function()
|
||||
vim.keymap.set("n", "<leader>G", function()
|
||||
vim.cmd [[Neogit]]
|
||||
end, { desc = "Run Neogit" })
|
||||
end
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user