options: fix indent size

This commit is contained in:
Guanran Wang 2024-02-23 13:28:39 +08:00
parent b3f01de588
commit 97d389052e
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -25,6 +25,7 @@ vim.opt.undofile = true
-- Tab -- Tab
vim.opt.expandtab = true vim.opt.expandtab = true
vim.opt.shiftwidth = 2
vim.opt.tabstop = 2 vim.opt.tabstop = 2
-- Visuals -- Visuals