I want to set vim.opt.tapstop = 4, which is 2 in the default options.
I have written vim.opt.tapstop = 4 in ~/.config/nvim/lua/config/options.lua, but it didn't make any sense. On the other hand, options which are not provided by default options of lazyvim can be set normally. It is possible that the lazyvim load my options.lua before its default options.
I edited the ~/.local/share/nvim/lazy/LazyVim/lua/lazyvim/config/options.lua, but it doesn't make sense as well. And the vim didn't use space instead of tabs, even though the default option is opt.extandtab = true.
./config/nvim/ftdetect/are no longer sourced (I think the docs state this too) and my language-specific settings are gone. I could surely make autocmds, but it seems like I shouldn't have to do that...