remove shiftwidth

This commit is contained in:
Madison 2024-06-02 17:17:32 -07:00
parent 1a72e342d9
commit 7d81929aeb
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ vim.opt.scrolloff = 10
vim.opt.autoindent = true
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
-- [[ Basic Keymaps ]]
-- See `:help vim.keymap.set()`