summaryrefslogtreecommitdiff
path: root/config/options.lua
diff options
context:
space:
mode:
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