This commit is contained in:
Bryan Ramos 2023-06-07 14:39:36 -04:00
parent 0cf7ddf1f9
commit 9509987bce
3 changed files with 6 additions and 5 deletions

View file

@ -2,7 +2,7 @@
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.opt.softtabstop = 4
vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.softtabstop = 2
vim.opt.expandtab = true