diff options
Diffstat (limited to 'config/plugin/options.lua')
| -rw-r--r-- | config/plugin/options.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config/plugin/options.lua b/config/plugin/options.lua deleted file mode 100644 index 7a13888..0000000 --- a/config/plugin/options.lua +++ /dev/null @@ -1,12 +0,0 @@ -local opt = vim.opt - --- text options -opt.tabstop = 2 -opt.shiftwidth = 2 -opt.expandtab = false -opt.smartindent = true -opt.wrap = true - --- appearance -opt.syntax = "on" -opt.termguicolors = true |
