This commit is contained in:
Bryan Ramos 2023-06-07 10:51:39 -04:00
parent 8ea2f91e2a
commit 006273bec1
8 changed files with 494 additions and 4 deletions

View file

@ -0,0 +1,8 @@
-- Options are automatically loaded before lazy.nvim startup
-- 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.expandtab = true