🔧 Updated to lazyvim package manager

This commit is contained in:
z3rOR0ne 2025-03-29 09:32:15 -07:00
parent ff84555c7a
commit 2c3db1e3e7
4 changed files with 196 additions and 91 deletions

View file

@ -50,8 +50,8 @@ vim.keymap.set("n", "<C-l>", "<c-w>:wincmd l<CR>", {})
-- nv creates new vertical split
vim.keymap.set("n", "nv", ":vnew", { silent = true })
-- shift + p invokes PackerSync
vim.keymap.set("n", "<S-p>", "<c-w>:PaqSync<CR>", {})
-- shift + p invokes Lazy sync
vim.keymap.set("n", "<S-p>", "<c-w>:Lazy sync<CR>", {})
-- control + t enable transparency
vim.keymap.set("n", "<leader>t", "<c-w>:lua ColorMyPencils()<CR>", {})