chore(nvim): a lot of changes

This commit is contained in:
Afonso Franco 2025-03-16 01:12:43 +00:00
parent 98d7e4b3d7
commit 8aeb7e3c87
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
12 changed files with 135 additions and 120 deletions

View file

@ -25,6 +25,7 @@ return {
statuscolumn = { enabled = true },
dashboard = { enabled = true },
input = { enabled = true },
image = { enabled = true },
lazygit = {
vim.keymap.set('n', '<leader>lg', function()
Snacks.lazygit.open()
@ -46,5 +47,15 @@ return {
end
},
"tpope/vim-fugitive",
"pimalaya/himalaya-vim"
{
"afonsofrancof/worktrees.nvim",
dev = true,
opts = {
mappings = {
create = "<leader>wtc",
delete = "<leader>wtd",
switch = "<leader>wts",
}
}
}
}