summaryrefslogtreecommitdiff
path: root/config/options.lua
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-31 08:01:03 -0500
committerseth <[email protected]>2023-12-31 08:52:04 -0500
commitdec8d36cbdbb3b9c5c12792ed199892ce2e82069 (patch)
tree89422c04c25b4ed4c3156d4477c894416500e8b3 /config/options.lua
parentae9136a14ae0b0fe91faad59b23d3a532ca84ed5 (diff)
back to regular lua
Diffstat (limited to 'config/options.lua')
-rw-r--r--config/options.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/options.lua b/config/options.lua
new file mode 100644
index 0000000..294067c
--- /dev/null
+++ b/config/options.lua
@@ -0,0 +1,8 @@
+local opt = vim.opt
+
+opt.shiftwidth = 2
+opt.tabstop = 2
+opt.smartindent = true
+opt.wrap = true
+opt.syntax = "on"
+opt.termguicolors = true