diff options
| author | Marek Muzyka <marek@muzyka.dev> | 2025-11-20 15:19:52 +0100 |
|---|---|---|
| committer | Marek Muzyka <marek@muzyka.dev> | 2025-11-20 15:19:52 +0100 |
| commit | 0e8cd21482f4d9f12dd5b200673c271e39edfb10 (patch) | |
| tree | 75ea8f32f5a2b880fc17efff915fbf8475199bfc | |
| parent | 9e69e3554ee1dd56f055423de09a0a575fbe73b0 (diff) | |
| -rw-r--r-- | lua/config/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/options.lua b/lua/config/options.lua index 00ebeff..30ed1b9 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -3,7 +3,7 @@ vim.g.mapleader = " " local opt = vim.opt opt.expandtab = true -opt.tabstop = 2 +opt.tabstop = 4 opt.shiftwidth = 0 opt.nu = true |
