diff options
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 -------------------------------------------------------- |
