Skip to content

Commit

Permalink
fix(vim-options): missing builtin syntax highlights when start withou…
Browse files Browse the repository at this point in the history
…t colors plugin
  • Loading branch information
adoyle-h committed Nov 30, 2023
1 parent 5317f1f commit 27d54f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/one/plugins/vim-options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 27d54f4

Please sign in to comment.