From 499e646a811560211090b3f5a4e943cd3782d8b1 Mon Sep 17 00:00:00 2001 From: louie Date: Wed, 22 Jun 2022 22:54:07 -0700 Subject: Added cmp file --- lua/user/options.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'lua/user/options.lua') diff --git a/lua/user/options.lua b/lua/user/options.lua index 6538ab3..0059e8c 100644 --- a/lua/user/options.lua +++ b/lua/user/options.lua @@ -10,9 +10,6 @@ vim.opt.tabstop = 4 --set tab length vim.opt.foldmethod = "indent" --enable fold detection vim.opt.foldlevelstart = 20 --set initial fold --- Color Settings [TODO] ---highlight Pmenu ctermbg=White ctermfg=Black guibg=Gray - -- Additional Settings from Video Series -- :help options -- Autocomplete Settings -- cgit