chore(nvim): multiple stuff

This commit is contained in:
Afonso Franco 2025-01-13 02:46:56 +00:00
parent e34eaf0818
commit fbb7032478
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
5 changed files with 38 additions and 67 deletions

View file

@ -26,13 +26,11 @@ return {
dashboard = { enabled = true },
input = { enabled = true },
lazygit = {
enabled = true,
vim.keymap.set('n', '<leader>lg', function()
Snacks.lazygit.open()
end)
},
words = {
enabled = true,
debounce = 10,
vim.keymap.set('n', '<leader>gn', function()
Snacks.words.jump(1, true)
@ -48,11 +46,4 @@ return {
end
},
"tpope/vim-fugitive",
-- {
-- "nvzone/typr",
-- dependencies = {
-- "nvzone/volt"
-- },
-- opts = {}
-- }
}