merged and fixed lazy-lock.json
This commit is contained in:
commit
5f9cb7cafd
3
init.lua
3
init.lua
|
@ -7,6 +7,9 @@
|
||||||
--
|
--
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
|
vim.opt.shiftwidth = 4
|
||||||
|
vim.opt.tabstop = 4
|
||||||
|
|
||||||
-- Set <space> as the leader key
|
-- Set <space> as the leader key
|
||||||
-- See `:help mapleader`
|
-- See `:help mapleader`
|
||||||
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)
|
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)
|
||||||
|
|
Loading…
Reference in New Issue