diff options
| author | bh <qn+git@excalibur.computer> | 2025-12-03 17:30:57 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2025-12-03 17:30:57 +0800 |
| commit | ea158b82d2bdf705a80e1ea062cf3f941c2f49cd (patch) | |
| tree | 12ce3edc205a5c8186b30ce3e0a401d808ce9879 /init.lua | |
| parent | 5cca3a9733f17231a54bb15ca1ad682dab2927a5 (diff) | |
Fixed indentation
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -87,6 +87,12 @@ vim.cmd("set shiftwidth=4") vim.cmd("set noexpandtab") vim.cmd("set smarttab") +-- Indentation Options +vim.opt.indentkeys:remove(":") +vim.opt.smartindent = true + + + -------------------------------------------------------- -- 🪶 Basic Keybindings -------------------------------------------------------- |
