updated lazy-lock.json and make tabs appear as four spaces
This commit is contained in:
parent
f43a21430f
commit
eb71637c38
2 changed files with 20 additions and 16 deletions
4
init.lua
4
init.lua
|
|
@ -21,6 +21,10 @@ vim.g.have_nerd_font = true
|
|||
-- NOTE: You can change these options as you wish!
|
||||
-- For more options, you can see `:help option-list`
|
||||
|
||||
-- tabs appear as 4 spaces
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.shiftwidth = 4
|
||||
|
||||
-- Make line numbers default
|
||||
vim.opt.number = true
|
||||
-- You can also add relative line numbers, to help with jumping.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue