summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index b684a22..88e8c01 100644
--- a/init.lua
+++ b/init.lua
@@ -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
--------------------------------------------------------