[nvim] Four-space indentation

This commit is contained in:
Adam Cooper 2025-03-10 08:30:29 -04:00
parent 6900feaf97
commit 4253f0b1e8

View file

@ -2,3 +2,5 @@
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
vim.g.mapleader = "\\"
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4