Skip to content

Commit e048702

Browse files
committed
set tab width to 2
1 parent a54528e commit e048702

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

init.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ vim.opt.cursorline = true
157157
-- Minimal number of screen lines to keep above and below the cursor.
158158
vim.opt.scrolloff = 10
159159

160+
vim.opt.tabstop = 2
161+
vim.opt.shiftwidth = 2
162+
vim.opt.expandtab = true
163+
160164
-- [[ Basic Keymaps ]]
161165
-- See `:help vim.keymap.set()`
162166

0 commit comments

Comments
 (0)