summaryrefslogtreecommitdiff
path: root/config/plugin/options.lua
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-01 06:42:48 -0400
committerseth <[email protected]>2023-11-01 06:42:48 -0400
commit09004f4517eba8f57d37897e34f6ba56ad3653f1 (patch)
tree6ae19b13a2694fe852caa6c77665af24ea59fe9e /config/plugin/options.lua
parentca59ebcf3dd17153b90a0ceca86af14db941ac3c (diff)
stop using neovim.nix
i had small, but annoying issues here and i don't care for lazy loading much tbh
Diffstat (limited to 'config/plugin/options.lua')
-rw-r--r--config/plugin/options.lua12
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