aboutsummaryrefslogtreecommitdiff
path: root/after/plugin/startup.lua
blob: 030b23b39b0cef16eb64b92494106c63df21aaef (plain)
1
2
3
4
5
vim.defer_fn(function()
  if vim.bo.ft == "startup" then
    require("startup.utils").set_buf_options()
  end
end, 1)