merged and fixed lazy-lock.json

This commit is contained in:
nicholasss 2024-12-03 15:22:16 -05:00
commit 5f9cb7cafd
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
--
--]]
vim.opt.shiftwidth = 4
vim.opt.tabstop = 4
-- Set <space> as the leader key
-- See `:help mapleader`
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)