diff options
Diffstat (limited to 'config/options.lua')
| -rw-r--r-- | config/options.lua | 8 |
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 |
