From c18307846723b1907ae4ca8b4e24112d594e358a Mon Sep 17 00:00:00 2001 From: louie Date: Wed, 22 Jun 2022 20:48:13 -0700 Subject: Added colorscheme file --- lua/user/options.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lua/user/options.lua') 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 -- cgit