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

View File

@@ -8,3 +8,5 @@ vim.opt.shiftwidth = 4
vim.opt.foldmethod = marker
vim.keymap.set('t', '<Esc>', '<C-\\><C-n>')
vim.g.mapleader = "<Space>"