Added lazygit.nvim and crates.nvim (plus set leader to space key)

This commit is contained in:
2026-01-09 20:23:25 -05:00
parent e24e98833e
commit 5b7e27e29e
3 changed files with 30 additions and 0 deletions

7
lua/plugins/crates.lua Normal file
View File

@@ -0,0 +1,7 @@
return {
'saecki/crates.nvim',
tag = 'stable',
config = function()
require('crates').setup()
end,
}