diff options
Diffstat (limited to 'lua/user/options.lua')
-rw-r--r-- | lua/user/options.lua | 3 |
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 |