summaryrefslogtreecommitdiff
path: root/lua/user/options.lua
diff options
context:
space:
mode:
authorlouie <louie@example.com>2022-06-22 20:48:13 -0700
committerlouie <louie@example.com>2022-06-22 20:48:13 -0700
commitc18307846723b1907ae4ca8b4e24112d594e358a (patch)
tree39607c24ebbd49143c9936bdaad69c9144c2253a /lua/user/options.lua
parent95bce4610af5ccc7cee4d68633ce6b7af5fe342b (diff)
Added colorscheme file
Diffstat (limited to 'lua/user/options.lua')
-rw-r--r--lua/user/options.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/lua/user/options.lua b/lua/user/options.lua
index 338d207..6538ab3 100644
--- a/lua/user/options.lua
+++ b/lua/user/options.lua
@@ -1,8 +1,5 @@
--- Syntax Highlighting Settings
-vim.syntax = true --turn on syntax highlighting
-vim.cmd("colorscheme slate") --set colorscheme to slate
-
-- Misc. Settings
+vim.syntax = true --turn on syntax highlighting
vim.opt.hlsearch = true --highlight search matches
vim.opt.number = true --number rows
vim.opt.shiftwidth = 4 --set shiftwidth