From 27d54f43540c631e8e5ce570820c4f893f6920aa Mon Sep 17 00:00:00 2001 From: ADoyle Date: Thu, 30 Nov 2023 16:07:07 +0800 Subject: [PATCH] fix(vim-options): missing builtin syntax highlights when start without colors plugin --- lua/one/plugins/vim-options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/one/plugins/vim-options.lua b/lua/one/plugins/vim-options.lua index d876d06..fbd71ce 100644 --- a/lua/one/plugins/vim-options.lua +++ b/lua/one/plugins/vim-options.lua @@ -7,7 +7,7 @@ local default = { 'vim' } local opt = vim.opt default.g = { - did_load_filetypes = 1, -- neither `$VIMRUNTIME/filetype.lua` nor `$VIMRUNTIME/filetype.vim` will run. + -- did_load_filetypes = 1, -- neither `$VIMRUNTIME/filetype.lua` nor `$VIMRUNTIME/filetype.vim` will run. -- Set the default listing style: -- = 0: thin listing (one file per line)