summaryrefslogtreecommitdiff
path: root/lua/user/options.lua
diff options
context:
space:
mode:
authorlouie <louie@example.com>2022-06-22 22:54:07 -0700
committerlouie <louie@example.com>2022-06-22 22:54:07 -0700
commit499e646a811560211090b3f5a4e943cd3782d8b1 (patch)
tree25ea8d541ed3f396781de995afb498ae08d08eed /lua/user/options.lua
parentc18307846723b1907ae4ca8b4e24112d594e358a (diff)
Added cmp file
Diffstat (limited to 'lua/user/options.lua')
-rw-r--r--lua/user/options.lua3
1 files changed, 0 insertions, 3 deletions
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