fix tabs width stuff and reformat file

This commit is contained in:
Triston Armstrong 2024-07-02 17:38:09 -04:00
parent cff36c022f
commit dd148b99bb
No known key found for this signature in database
GPG Key ID: FADE6AC6F956FC52

View File

@ -16,6 +16,9 @@ vim.opt.smartcase = true
vim.opt.inccommand = "split" vim.opt.inccommand = "split"
vim.opt.termguicolors = true vim.opt.termguicolors = true
vim.opt.number = true vim.opt.number = true
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true
-- Setup lazy.nvim -- Setup lazy.nvim
require("lazy").setup({ require("lazy").setup({