update dots
This commit is contained in:
parent
9c023c015c
commit
0f1a4d33d1
9 changed files with 24 additions and 4 deletions
|
|
@ -80,7 +80,7 @@ return {
|
|||
|
||||
-- Git
|
||||
vim.keymap.set("n", "<leader>gb", builtin.git_branches, { desc = "Change branch" })
|
||||
vim.keymap.set("n", "<leader>gL", builtin.git_bcommits, { desc = "Commits of buffer" })
|
||||
vim.keymap.set("n", "<leader>gc", builtin.git_bcommits, { desc = "Commits of buffer" })
|
||||
|
||||
-- Diagnosticos
|
||||
-- Disabled, handle by trouble
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue